Skip to content

Commit

Permalink
TSAGE: R2R - Cleanup Scene50::process()
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Nov 9, 2012
1 parent d8fb634 commit 46348e7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions engines/tsage/ringworld2/ringworld2_scenes0.cpp
Expand Up @@ -63,12 +63,8 @@ void Scene50::postInit(SceneObjectList *OwnerList) {
void Scene50::process(Event &event) {
if ((event.eventType != EVENT_BUTTON_DOWN) && (event.eventType != EVENT_KEYPRESS) && (event.eventType == EVENT_UNK27)) {
event.handled = true;
warning("TODO: incomplete Scene50::process()");
// CursorType _oldCursorId = _cursorId;
g_globals->_events.setCursor(CURSOR_ARROW);
// _cursorManager.sub_1D474(2, 0);
// sub_5566A(1);
// _cursorManager._fieldE = _oldCursorId;
HelpDialog::show();
R2_GLOBALS._sceneManager.changeScene(100);
}
}
Expand Down

0 comments on commit 46348e7

Please sign in to comment.