summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.cpp
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2014-01-11 23:42:45 +0100
committerkrzys-h <krzys_h@interia.pl>2014-01-11 23:43:10 +0100
commit652dc6081df8dc73bc9f57c031420e498be71451 (patch)
tree9dc9482232eedfc0040c6ada6c202b19af34a9d7 /src/object/robotmain.cpp
parentd8555866747d8624debf52620605d90890e98c15 (diff)
downloadcolobot-652dc6081df8dc73bc9f57c031420e498be71451.tar.gz
colobot-652dc6081df8dc73bc9f57c031420e498be71451.tar.bz2
colobot-652dc6081df8dc73bc9f57c031420e498be71451.zip
Removed some unused objects
Diffstat (limited to 'src/object/robotmain.cpp')
-rw-r--r--src/object/robotmain.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/object/robotmain.cpp b/src/object/robotmain.cpp
index 0d95907..ced1127 100644
--- a/src/object/robotmain.cpp
+++ b/src/object/robotmain.cpp
@@ -4592,11 +4592,11 @@ void CRobotMain::CreateScene(bool soluce, bool fixScene, bool resetObject)
(type >= OBJECT_PLANT0 &&
type <= OBJECT_PLANT19 ) ||
(type >= OBJECT_TREE0 &&
- type <= OBJECT_TREE9 ) ||
+ type <= OBJECT_TREE5 ) ||
(type >= OBJECT_TEEN0 &&
- type <= OBJECT_TEEN49 ) ||
+ type <= OBJECT_TEEN44 ) ||
(type >= OBJECT_QUARTZ0 &&
- type <= OBJECT_QUARTZ9 ) ||
+ type <= OBJECT_QUARTZ3 ) ||
(type >= OBJECT_ROOT0 &&
type <= OBJECT_ROOT4 ) ) // not ROOT5!
{