fixed o8_getStringWidth (should fix bug #741625)

svn-id: r8035
This commit is contained in:
Max Horn 2003-05-27 15:33:38 +00:00
parent 052a482f40
commit af2574c02d
2 changed files with 16 additions and 6 deletions

View file

@ -524,7 +524,7 @@ bool ScummDebugger::Cmd_ImportRes(int argc, const char** argv) {
bool ScummDebugger::Cmd_PrintScript(int argc, const char **argv) {
int i;
ScriptSlot *ss = &_s->vm.slot[0];
ScriptSlot *ss = _s->vm.slot;
Debug_Printf("+--------------------------------------+\n");
Debug_Printf("|# | num | offset|sta|typ|fr|rec|fc|cut|\n");
Debug_Printf("+--+-----+-------+---+---+--+--+---+---+\n");