Fixed one warning. (Several to go.)
svn-id: r17393
This commit is contained in:
parent
39ff74b40d
commit
91e889dc94
1 changed files with 1 additions and 1 deletions
|
@ -952,7 +952,7 @@ void mult_playMult(int16 startFrame, int16 endFrame, char checkEscape,
|
|||
if (snd_playingSound != 0)
|
||||
snd_stopSound(10);
|
||||
|
||||
WRITE_LE_UINT32(inter_variables + 0xe4, -1);
|
||||
WRITE_LE_UINT32(inter_variables + 0xe4, (uint32)-1);
|
||||
} else {
|
||||
WRITE_LE_UINT32(inter_variables + 0xe4, mult_frame - 1 - mult_frameStart);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue