aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorEugene Sandulenko2005-08-04 10:50:42 +0000
committerEugene Sandulenko2005-08-04 10:50:42 +0000
commit276c413a15327ecaac826bcb328ca46e087d480b (patch)
treef804ba0f0a51579d6acb197e6c04fdd57e8e38ee /saga
parentf63bbb10063913ddd0319689c49f1724fe9cf7ca (diff)
downloadscummvm-rg350-276c413a15327ecaac826bcb328ca46e087d480b.tar.gz
scummvm-rg350-276c413a15327ecaac826bcb328ca46e087d480b.tar.bz2
scummvm-rg350-276c413a15327ecaac826bcb328ca46e087d480b.zip
Few minor IHNM fixes.
svn-id: r18612
Diffstat (limited to 'saga')
-rw-r--r--saga/game.cpp2
-rw-r--r--saga/xref.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/saga/game.cpp b/saga/game.cpp
index dc4d747ac0..6b09cce96a 100644
--- a/saga/game.cpp
+++ b/saga/game.cpp
@@ -536,7 +536,7 @@ static GameDisplayInfo IHNM_DisplayInfo = { //TODO: fill it all
640, 480, // logical width&height
0, // scene path y offset
- 304, // scene height
+ 328, // scene height
0, // status x offset
304, // status y offset
diff --git a/saga/xref.txt b/saga/xref.txt
index 622bed7122..1d3aff0824 100644
--- a/saga/xref.txt
+++ b/saga/xref.txt
@@ -3,6 +3,9 @@ $Id$
Cross-reference for functions and variables for the original source code and
the ScummVM implementation.
+Watcom C++ arguments order:
+
+ eax, edx, ebx, ecx, stack
Sceneres.h
==========