aboutsummaryrefslogtreecommitdiff
path: root/scummvm.cpp
diff options
context:
space:
mode:
authorLudvig Strigeus2001-10-09 18:35:02 +0000
committerLudvig Strigeus2001-10-09 18:35:02 +0000
commit3c2f425cc1296452e466da57ac38c17bba24ff8a (patch)
tree47ebc487dd08253521ef53900124a44a642ccd06 /scummvm.cpp
parent669dd77ee2621581ea2e11020d1cfc05f8752e59 (diff)
downloadscummvm-rg350-3c2f425cc1296452e466da57ac38c17bba24ff8a.tar.gz
scummvm-rg350-3c2f425cc1296452e466da57ac38c17bba24ff8a.tar.bz2
scummvm-rg350-3c2f425cc1296452e466da57ac38c17bba24ff8a.zip
fixed object parent bug
fixed some signed/unsigned comparisons svn-id: r3413
Diffstat (limited to 'scummvm.cpp')
-rw-r--r--scummvm.cpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index 5e5de9a0fa..a9e0dc9320 100644
--- a/scummvm.cpp
+++ b/scummvm.cpp
@@ -17,8 +17,13 @@
*
* Change Log:
* $Log$
- * Revision 1.1 2001/10/09 14:30:13 strigeus
- * Initial revision
+ * Revision 1.2 2001/10/09 18:35:02 strigeus
+ * fixed object parent bug
+ * fixed some signed/unsigned comparisons
+ *
+ * Revision 1.1.1.1 2001/10/09 14:30:13 strigeus
+ *
+ * initial revision
*
*
*/
@@ -209,7 +214,7 @@ void Scumm::scummMain() {
_fileHandle = NULL;
- _bootParam = 0;
+ _bootParam = 29;
_debugMode = 1;
initThings();