aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/versailles/logic.cpp
diff options
context:
space:
mode:
authorLe Philousophe2019-07-04 08:19:52 +0200
committerLe Philousophe2019-07-04 08:37:37 +0200
commit8ed05adaea5514018b65f823c7e1aad6d9d5a165 (patch)
treed49dc89173366ce2254cd7050dd1c32fcb96e708 /engines/cryomni3d/versailles/logic.cpp
parent577a84a24cf6676c7c170e143b4d4933751b09ac (diff)
downloadscummvm-rg350-8ed05adaea5514018b65f823c7e1aad6d9d5a165.tar.gz
scummvm-rg350-8ed05adaea5514018b65f823c7e1aad6d9d5a165.tar.bz2
scummvm-rg350-8ed05adaea5514018b65f823c7e1aad6d9d5a165.zip
CRYOMNI3D: Silence more warnings
Diffstat (limited to 'engines/cryomni3d/versailles/logic.cpp')
-rw-r--r--engines/cryomni3d/versailles/logic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryomni3d/versailles/logic.cpp b/engines/cryomni3d/versailles/logic.cpp
index cd76c3f599..0911a16136 100644
--- a/engines/cryomni3d/versailles/logic.cpp
+++ b/engines/cryomni3d/versailles/logic.cpp
@@ -2679,7 +2679,7 @@ IMG_CB(88003) {
// Dispatch to the correct state
if (_gameVariables[GameVariables::kBombState] >= 1 &&
_gameVariables[GameVariables::kBombState] <= 5) {
- FixedImgCallback callback;
+ FixedImgCallback callback = nullptr;
switch (_gameVariables[GameVariables::kBombState]) {
case 1:
callback = &CryOmni3DEngine_Versailles::img_88003b;