renamed namespace ScummVM to Common

svn-id: r10544
This commit is contained in:
Max Horn 2003-10-02 17:43:02 +00:00
parent f26d3d1784
commit 0e645f88ae
58 changed files with 143 additions and 142 deletions

View file

@ -2861,7 +2861,7 @@ printf("o5_oldRoomEffect ODDBALL: _opcode = 0x%x, a = 0x%x\n", _opcode, a);
// For now, we force a redraw of the screen background. This
// Makes the Zak end credits work more or less correctly.
VirtScreen *vs = &virtscr[0];
restoreBG(ScummVM::Rect(0,vs->topline, vs->width, vs->topline + vs->height));
restoreBG(Common::Rect(0,vs->topline, vs->width, vs->topline + vs->height));
virtscr[0].setDirtyRange(0, virtscr[0].height);
updateDirtyScreen(0);