mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
!
git-svn-id: https://svn.eduke32.com/eduke32@7680 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d2609f07a9
commit
5cd7f18dab
1 changed files with 1 additions and 1 deletions
|
@ -4260,7 +4260,7 @@ skip:
|
|||
#ifdef LUNATIC
|
||||
bool const haveAction = false; // FIXME!
|
||||
#else
|
||||
bool const haveAction = scrofs_action != 0 && (unsigned)scrofs_action + ACTION_PARAM_COUNT > (unsigned)g_scriptSize;
|
||||
bool const haveAction = scrofs_action != 0 && (unsigned)scrofs_action + ACTION_PARAM_COUNT <= (unsigned)g_scriptSize;
|
||||
#endif
|
||||
|
||||
switch (DYNAMICTILEMAP(pSprite->picnum))
|
||||
|
|
Loading…
Reference in a new issue