raze/source/games/exhumed
Mitchell Richters 2f567bdb74 - Exhumed: Fix two signed/unsigned comparison warnings in PlayFX2().
* Lines in question:
** 606 | if (chan->SoundID == nSound + 1)
** 621 | if (chan->SoundID == nSound + 1)
* All data sent to `PlayFX2()` and functions that wrap `PlayFX2()` are signed values, so keep signed all the way through.
2021-12-26 23:10:06 +01:00
..
src - Exhumed: Fix two signed/unsigned comparison warnings in PlayFX2(). 2021-12-26 23:10:06 +01:00
all.cpp - cleaned up the run list interface. 2021-10-28 18:57:50 +02:00