scummvm/engines/lastexpress
D G Turner 5d340d244c LASTEXPRESS: Fix Compiler Warning in Sound Code.
The SoundFlag type is an enumeration which have a default underlying
type of unsigned int in most case.

Thus comparing this to -1 causes a compiler warning. Since the default
entity sound flag type is 0xFFFF... which is equivalent to -1, then
replacing this with the correct enum symbol fixes the issue and should
result in the correct behaviour. Examination of the resulting code line
seems to confirm that this is the correct expected logic.
2018-10-16 13:30:44 +01:00
..
data LASTEXPRESS: fix race condition in sound code 2018-10-16 00:49:07 +03:00
entities LASTEXPRESS: refactor sound flags 2018-10-14 20:08:32 +03:00
fight LASTEXPRESS: refactor sound flags 2018-10-14 20:08:32 +03:00
game LASTEXPRESS: refactor sound flags 2018-10-14 20:08:32 +03:00
menu LASTEXPRESS: refactor sound flags 2018-10-14 20:08:32 +03:00
sound LASTEXPRESS: Fix Compiler Warning in Sound Code. 2018-10-16 13:30:44 +01:00
configure.engine CONFIGURE: Introduced new engine dependency: highres 2016-03-05 14:25:56 +01:00
debug.cpp LASTEXPRESS: multiple fixes in NPC logic 2018-08-26 12:09:43 +02:00
debug.h LASTEXPRESS: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
detection.cpp LASTEXPRESS: Add Missing End Markers to Detection Entry File Lists. 2018-09-14 03:17:56 +01:00
drawable.h LASTEXPRESS: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
eventhandler.h LASTEXPRESS: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
graphics.cpp LASTEXPRESS: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
graphics.h LASTEXPRESS: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
helpers.h LASTEXPRESS: drop sound thread 2018-10-16 01:03:55 +03:00
lastexpress.cpp LASTEXPRESS: drop sound thread 2018-10-16 01:03:55 +03:00
lastexpress.h LASTEXPRESS: drop sound thread 2018-10-16 01:03:55 +03:00
module.mk LASTEXPRESS: Rename Server* classes to Waiter* 2014-06-16 18:46:13 -04:00
resource.cpp LASTEXPRESS: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
resource.h LASTEXPRESS: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
shared.h LASTEXPRESS: Fix compilation with some compilers 2018-10-14 22:00:13 +01:00