From a7fc34dfdfee0c899712e0209885e40b19305d7f Mon Sep 17 00:00:00 2001 From: Treeki Date: Wed, 19 Sep 2012 05:24:50 +0200 Subject: couple of fixes --- src/fileselect.S | 2 +- src/newer.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/fileselect.S b/src/fileselect.S index 3145846..75f3130 100644 --- a/src/fileselect.S +++ b/src/fileselect.S @@ -86,7 +86,7 @@ DFNiceWorldName: b gotName invalidThing: lis r4, InvalidWorld@h - ori r4, InvalidWorld@l + ori r4, r4, InvalidWorld@l gotName: mr r3, r20 diff --git a/src/newer.cpp b/src/newer.cpp index 3e08ded..6d672e2 100644 --- a/src/newer.cpp +++ b/src/newer.cpp @@ -66,7 +66,7 @@ const wchar_t *NewerWorldNames[] = { }; // This is an array so it can be accessed from fileselect.S -const int *NewerWorldCount[] = { +int NewerWorldCount[] = { 18 }; -- cgit v1.2.3