scummvm/engines/griffon
D G Turner 5ac3ccc601 GRIFFON: Fix Various Signed vs. Unsigned GCC Compiler Warnings
These were introduced by changing the type of the various timer
variables from int to uint as part of the fix for timer drift during
pause. However, while these values do appear to be always positive,
this change does not appear to be required for the fix and results in
a large number of compiler warnings.
2022-05-24 23:14:50 +01:00
..
combat.cpp
configure.engine
console.cpp
console.h
credits.pl
cutscenes.cpp
detection.cpp
dialogs.cpp
draw.cpp
engine.cpp
gfx.cpp
griffon.cpp GRIFFON: fix timer behavior during GMM pause 2022-05-17 23:32:22 +02:00
griffon.h GRIFFON: Fix Various Signed vs. Unsigned GCC Compiler Warnings 2022-05-24 23:14:50 +01:00
input.cpp
logic.cpp
metaengine.cpp
module.mk
POTFILES
resources.cpp
saveload.cpp
sound.cpp