diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cryomni3d/objects.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/cryomni3d/objects.cpp b/engines/cryomni3d/objects.cpp index 5d79c5f56c..1559680fa6 100644 --- a/engines/cryomni3d/objects.cpp +++ b/engines/cryomni3d/objects.cpp @@ -31,7 +31,6 @@ Object *Objects::findObjectByNameID(unsigned int nameID) { return it; } } - // TODO: check if 111 and 112 are called and should be filtered out or not error("nameID not found %u", nameID); } |