From 7d6c3ee12bbef5a7b02f1782ba18840f381e2307 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Thu, 21 Mar 2019 07:58:24 +0100 Subject: CRYOMNI3D: Fix some comments and order of callback --- engines/cryomni3d/versailles/data.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/cryomni3d/versailles/data.cpp') 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"); -- cgit v1.2.3