mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Sometimes I wonder why MSVC neglects to provide useful warnings. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4722 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
4186c89aed
commit
764f77d1cd
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ int32_t VM_OnEvent_(int32_t iEventID, int32_t iActor, int32_t iPlayer, int32_t l
|
||||||
int32_t backupEventExec = g_currentEventExec;
|
int32_t backupEventExec = g_currentEventExec;
|
||||||
intptr_t *oinsptr=insptr;
|
intptr_t *oinsptr=insptr;
|
||||||
|
|
||||||
if ((unsigned)iActor >= Numsprites)
|
if ((unsigned)iActor >= (unsigned)Numsprites)
|
||||||
{
|
{
|
||||||
static spritetype dummy_sprite;
|
static spritetype dummy_sprite;
|
||||||
static int32_t dummy_t[ARRAY_SIZE(actor[0].t_data)];
|
static int32_t dummy_t[ARRAY_SIZE(actor[0].t_data)];
|
||||||
|
|
Loading…
Reference in a new issue