aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
==========