Fixed warning

This commit is contained in:
jsalmon3 2003-10-06 20:47:47 +00:00
parent 51526edcb2
commit 5f884c6a51

View file

@ -275,7 +275,7 @@ global void UpdateMinimap(void)
int h;
int h0;
red_phase_changed = red_phase != ((FrameCounter / FRAMES_PER_SECOND) & 1);
red_phase_changed = red_phase != (int)((FrameCounter / FRAMES_PER_SECOND) & 1);
if (red_phase_changed) {
red_phase = !red_phase;
}