We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1adb1 commit 38d8c54Copy full SHA for 38d8c54
1 file changed
caosVM_motion.cpp
@@ -85,7 +85,7 @@ void caosVM::v_OBST() {
85
Room *sourceroom = world.map.roomAt(agentx, agenty);
86
if (!sourceroom) {
87
// (should we REALLY check for it being in the room system, here?)
88
- cerr << targ->identify() << " tried using OBST but isn't in the room system!\n";
+ //cerr << targ->identify() << " tried using OBST but isn't in the room system!\n";
89
result.setInt(-1);
90
return;
91
}
0 commit comments