renamed namespace ScummVM to Common
svn-id: r10544
This commit is contained in:
parent
f26d3d1784
commit
0e645f88ae
58 changed files with 143 additions and 142 deletions
|
@ -971,7 +971,7 @@ void Scumm_v2::o2_doSentence() {
|
|||
}
|
||||
|
||||
void Scumm_v2::o2_drawSentence() {
|
||||
ScummVM::Rect sentenceline;
|
||||
Common::Rect sentenceline;
|
||||
static char sentence[256];
|
||||
const byte *temp;
|
||||
int slot = getVerbSlot(VAR(VAR_SENTENCE_VERB),0);
|
||||
|
@ -1537,7 +1537,7 @@ void Scumm_v2::setUserState(byte state) {
|
|||
}
|
||||
|
||||
// Hide all verbs and inventory
|
||||
ScummVM::Rect rect;
|
||||
Common::Rect rect;
|
||||
rect.top = virtscr[2].topline;
|
||||
rect.bottom = virtscr[2].topline + 8*88;
|
||||
rect.left = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue