Changed the scummVar system to a dynamic one. Started to remove all the reference to FULL_TROTTLE define.

svn-id: r3624
This commit is contained in:
Vincent Hamm
2002-02-23 23:23:28 +00:00
parent b4123064b4
commit cef0ef44d3
7 changed files with 456 additions and 352 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ bool ScummDebugger::do_command() {
printf("Enter a room number...\n");
} else {
int room=atoi(_parameters);
_s->actor[_s->_vars[VAR_EGO]].room=room;
_s->actor[_s->_vars[_s->VAR_EGO]].room=room;
_s->startScene(room, 0, 0);
_s->_fullRedraw = 1;
}