[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.34,1.35 simon.h,1.18,1.19
James Brown
ender at users.sourceforge.net
Tue Jun 18 01:39:04 CEST 2002
Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv4101/simon
Modified Files:
simon.cpp simon.h
Log Message:
Simon1 fixes, Readme update
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- simon.cpp 16 Jun 2002 04:09:22 -0000 1.34
+++ simon.cpp 18 Jun 2002 08:38:38 -0000 1.35
@@ -7258,6 +7258,9 @@
uint m, n;
uint height;
+ if (num_1 >= 100) // FIXME: Simon1 Mine - Fix text for dwarf song
+ num_1 -= 100;
+
char_buf = print_str_buf;
string_ptr_3 = string_ptr_2 = string_ptr;
@@ -7494,6 +7497,10 @@
num_of_rows = 4;
if (!(_bit_array[8] & 0x20))
num_of_rows = 3;
+
+
+ if (threeval_b < 2) threeval_b = 2; // Fixme (pos): look at mine
+ // ladder, look at gorge, etc
if (!(_game & GAME_SIMON2)) {
start_vga_code(num_of_rows, 2, 199 + num_1, threeval_a >> 3, threeval_b, 12);
Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- simon.h 5 Jun 2002 02:59:35 -0000 1.18
+++ simon.h 18 Jun 2002 08:38:39 -0000 1.19
@@ -79,7 +79,7 @@
};
struct ThreeValues {
- uint16 a, b, c;
+ int16 a, b, c;
};
enum {
More information about the Scummvm-git-logs
mailing list