No 'true'
This commit is contained in:
parent
b2ac965328
commit
3ae57adf9d
1 changed files with 1 additions and 1 deletions
|
|
@ -15271,7 +15271,7 @@ static int do_prompt_image_flash_snd(const char *const text,
|
|||
|
||||
/* Calculate the amount by which to move to the next animation frame */
|
||||
if(w < r_ttools.w-2) {
|
||||
while(true) {
|
||||
while(1) {
|
||||
next_ms = SDL_GetTicks();
|
||||
dw = ((next_ms - last_ms) * r_ttools.w + r_tools.w/2) / anim_ms;
|
||||
if(dw) break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue