First attempt to position NES graphics correctly on screen. Still verbs

are at wrong places.

svn-id: r17217
This commit is contained in:
Eugene Sandulenko 2005-03-24 04:53:28 +00:00
parent 50759016b0
commit 166e009061
3 changed files with 14 additions and 6 deletions

View file

@ -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;