- Timestamp:
- Dec 14, 2008, 11:02:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics_merge/src/orxonox/objects/worldentities/pawns/SpaceShip.cc
r2453 r2454 95 95 if (type != WorldEntity::Dynamic) 96 96 { 97 ThrowException(PhysicsViolation, "Cannot tell a SpaceShip not to be dynamic!"); 97 CCOUT(1) << "Error: Cannot tell a SpaceShip not to be dynamic! Ignoring." << std::endl; 98 assert(false); // Only in debug mode 98 99 return false; 99 100 }
Note: See TracChangeset
for help on using the changeset viewer.