TSAGE: R2R - Remove obsolete warning

This commit is contained in:
Strangerke 2011-12-22 19:45:44 +01:00
parent 086b0e5057
commit 0234bb5be2

View File

@ -849,7 +849,7 @@ bool Scene3175::Actor3::startAction(CursorType action, Event &event) {
default:
break;
}
warning("scene->display() called with two parameters");
return scene->display(action, event);
}