aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/versailles/data.cpp
diff options
context:
space:
mode:
authorLe Philousophe2019-03-21 07:58:24 +0100
committerEugene Sandulenko2019-06-01 22:43:48 +0200
commit7d6c3ee12bbef5a7b02f1782ba18840f381e2307 (patch)
treee764acffedd09daa8f41a8312a2aa8b4112f9de7 /engines/cryomni3d/versailles/data.cpp
parent9bfc24eee3f724fab4aadad17d6c4664682f7aa3 (diff)
downloadscummvm-rg350-7d6c3ee12bbef5a7b02f1782ba18840f381e2307.tar.gz
scummvm-rg350-7d6c3ee12bbef5a7b02f1782ba18840f381e2307.tar.bz2
scummvm-rg350-7d6c3ee12bbef5a7b02f1782ba18840f381e2307.zip
CRYOMNI3D: Fix some comments and order of callback
Diffstat (limited to 'engines/cryomni3d/versailles/data.cpp')
-rw-r--r--engines/cryomni3d/versailles/data.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/cryomni3d/versailles/data.cpp b/engines/cryomni3d/versailles/data.cpp
index 56c7fdae25..cd294d4f91 100644
--- a/engines/cryomni3d/versailles/data.cpp
+++ b/engines/cryomni3d/versailles/data.cpp
@@ -536,7 +536,6 @@ void CryOmni3DEngine_Versailles::initPlacesStates() {
SET_PLACE_STATE(14, nullptr, FILTER_EVENT(1, 14), nullptr);
} else if (_currentLevel == 2) {
_placeStates.resize(15);
- // TODO: implement functions
SET_PLACE_STATE(1, nullptr, FILTER_EVENT(2, 1), "VS22");
SET_PLACE_STATE(2, nullptr, FILTER_EVENT(2, 2), "VS20");
SET_PLACE_STATE(3, nullptr, nullptr, "VS19");