Skip to content

Commit 38d8c54

Browse files
committed
comment out OBST out-of-world error
1 parent 5e1adb1 commit 38d8c54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

caosVM_motion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void caosVM::v_OBST() {
8585
Room *sourceroom = world.map.roomAt(agentx, agenty);
8686
if (!sourceroom) {
8787
// (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";
88+
//cerr << targ->identify() << " tried using OBST but isn't in the room system!\n";
8989
result.setInt(-1);
9090
return;
9191
}

0 commit comments

Comments
 (0)