From 9e31e4dfb910c2ef8c73d6b3b040118b53ed88fb Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Sat, 9 Mar 2019 23:37:35 +0100 Subject: CRYOMNI3D: Mark clearly missing parts for next levels --- engines/cryomni3d/versailles/data.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/cryomni3d/versailles/data.cpp') 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); -- cgit v1.2.3