mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
Wahhh, I'm MSVC and I cry about applying unary negation to a boolean
git-svn-id: https://svn.eduke32.com/eduke32@7859 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
751b734795
commit
f84e161e52
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ int32_t clipsprite_initindex(int32_t curidx, uspriteptr_t const curspr, int32_t
|
|||
|
||||
#endif
|
||||
|
||||
static void addclipline(int32_t dax1, int32_t day1, int32_t dax2, int32_t day2, int16_t daoval, bool nofix)
|
||||
static void addclipline(int32_t dax1, int32_t day1, int32_t dax2, int32_t day2, int16_t daoval, int nofix)
|
||||
{
|
||||
if (EDUKE32_PREDICT_FALSE(clipnum >= MAXCLIPNUM))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue