mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix obscure animlib bug
git-svn-id: https://svn.eduke32.com/eduke32@8081 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
8ac4c6739a
commit
0baced1d6c
1 changed files with 3 additions and 1 deletions
|
@ -71,8 +71,10 @@ static inline uint16_t findpage(uint16_t framenumber)
|
|||
i = 0, j = false;
|
||||
continue;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
while (0);
|
||||
while (1);
|
||||
|
||||
return (uint16_t)i;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue