diff options
author | Le Philousophe | 2019-03-09 23:37:35 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-06-01 22:43:48 +0200 |
commit | 9e31e4dfb910c2ef8c73d6b3b040118b53ed88fb (patch) | |
tree | a6a9d5c344e4efbb8b00d9548371a5a4ba37c11f /engines/cryomni3d | |
parent | f4d274c41e560a85152e98f74400892a017b71fc (diff) | |
download | scummvm-rg350-9e31e4dfb910c2ef8c73d6b3b040118b53ed88fb.tar.gz scummvm-rg350-9e31e4dfb910c2ef8c73d6b3b040118b53ed88fb.tar.bz2 scummvm-rg350-9e31e4dfb910c2ef8c73d6b3b040118b53ed88fb.zip |
CRYOMNI3D: Mark clearly missing parts for next levels
Diffstat (limited to 'engines/cryomni3d')
-rw-r--r-- | engines/cryomni3d/versailles/data.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/cryomni3d/versailles/data.cpp b/engines/cryomni3d/versailles/data.cpp index be1a20c015..688a22b6bb 100644 --- a/engines/cryomni3d/versailles/data.cpp +++ b/engines/cryomni3d/versailles/data.cpp @@ -536,6 +536,7 @@ 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, nullptr, "VS22"); SET_PLACE_STATE(2, nullptr, nullptr, "VS20"); SET_PLACE_STATE(3, nullptr, nullptr, "VS19"); @@ -552,6 +553,7 @@ void CryOmni3DEngine_Versailles::initPlacesStates() { SET_PLACE_STATE(14, nullptr, nullptr, nullptr); } else if (_currentLevel == 3) { _placeStates.resize(25); + // TODO: implement functions SET_PLACE_STATE(1, nullptr, nullptr, "VS35"); SET_PLACE_STATE(2, nullptr, nullptr, "VS40"); SET_PLACE_STATE(3, nullptr, nullptr, "VS40"); @@ -578,6 +580,7 @@ void CryOmni3DEngine_Versailles::initPlacesStates() { SET_PLACE_STATE(24, nullptr, nullptr, "VS30"); } else if (_currentLevel == 4) { _placeStates.resize(18); + // TODO: implement functions SET_PLACE_STATE(1, nullptr, nullptr, "VS35"); SET_PLACE_STATE(2, nullptr, nullptr, "VS40"); SET_PLACE_STATE(3, nullptr, nullptr, "VS40"); @@ -597,6 +600,7 @@ void CryOmni3DEngine_Versailles::initPlacesStates() { SET_PLACE_STATE(17, nullptr, nullptr, nullptr); } else if (_currentLevel == 5) { _placeStates.resize(35); + // TODO: implement functions SET_PLACE_STATE(1, nullptr, nullptr, "VS35"); SET_PLACE_STATE(2, nullptr, nullptr, "VS35"); SET_PLACE_STATE(3, nullptr, nullptr, "VS36"); @@ -633,6 +637,7 @@ void CryOmni3DEngine_Versailles::initPlacesStates() { SET_PLACE_STATE(34, nullptr, nullptr, nullptr); } else if (_currentLevel == 6) { _placeStates.resize(45); + // TODO: implement functions SET_PLACE_STATE(1, nullptr, nullptr, "VS34"); SET_PLACE_STATE(2, nullptr, nullptr, "VS32"); SET_PLACE_STATE(3, nullptr, nullptr, "VS32"); @@ -679,6 +684,7 @@ void CryOmni3DEngine_Versailles::initPlacesStates() { SET_PLACE_STATE(44, nullptr, nullptr, "VS33"); } else if (_currentLevel == 7) { _placeStates.resize(30); + // TODO: implement functions SET_PLACE_STATE(1, nullptr, nullptr, nullptr); SET_PLACE_STATE(2, nullptr, nullptr, nullptr); SET_PLACE_STATE(3, nullptr, nullptr, nullptr); |