First attempt to position NES graphics correctly on screen. Still verbs
are at wrong places. svn-id: r17217
This commit is contained in:
parent
50759016b0
commit
166e009061
3 changed files with 14 additions and 6 deletions
|
@ -820,7 +820,7 @@ void ScummEngine_v2::o2_verbOps() {
|
|||
// V1 Maniac verbs are relative to the 'verb area' - under the sentence
|
||||
if (_features & GF_NES) {
|
||||
y -= 16;
|
||||
x -= 8;
|
||||
x += 8;
|
||||
}
|
||||
else if ((_gameId == GID_MANIAC) && (_version == 1))
|
||||
y += 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue