[Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.94,1.95 simon.cpp,1.317,1.318 simon.h,1.92,1.93

Travis Howell kirben at users.sourceforge.net
Tue Oct 21 03:34:18 CEST 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv18028/simon

Modified Files:
	items.cpp simon.cpp simon.h 
Log Message:

Rename function


Index: items.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/items.cpp,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- items.cpp	21 Oct 2003 06:35:19 -0000	1.94
+++ items.cpp	21 Oct 2003 09:43:37 -0000	1.95
@@ -1485,7 +1485,7 @@
 		set_hitarea_bit_0x40(i);
 }
 
-void SimonEngine::o_unk_132_helper_2(FillOrCopyStruct *fcs, int x, byte b) {
+void SimonEngine::o_clear_character(FillOrCopyStruct *fcs, int x, byte b) {
 	byte old_text;
 
 	video_putchar(fcs, x, b);

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -d -r1.317 -r1.318
--- simon.cpp	21 Oct 2003 09:33:49 -0000	1.317
+++ simon.cpp	21 Oct 2003 09:43:37 -0000	1.318
@@ -2785,7 +2785,7 @@
 						goto get_out;
 					clear_hitarea_bit_0x40(0xd0 + unk132_result);
 					if (_saveload_flag) {
-						o_unk_132_helper_2(_fcs_ptr_array_3[5], 8);
+						o_clear_character(_fcs_ptr_array_3[5], 8);
 						// move code
 					}
 					goto if_1;
@@ -2799,7 +2799,7 @@
 			} while (i >= 0x80 || i == 0);
 
 			// after_do_2
-			o_unk_132_helper_2(_fcs_ptr_array_3[5], 8);
+			o_clear_character(_fcs_ptr_array_3[5], 8);
 			if (i == 10 || i == 13)
 				break;
 			if (i == 8) {
@@ -2818,7 +2818,7 @@
 
 					name[name_len] = 0;
 
-					o_unk_132_helper_2(_fcs_ptr_array_3[5], x, m);
+					o_clear_character(_fcs_ptr_array_3[5], x, m);
 				}
 			} else if (i >= 32 && name_len != 17) {
 				name[name_len++] = i;

Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- simon.h	21 Oct 2003 06:35:19 -0000	1.92
+++ simon.h	21 Oct 2003 09:43:37 -0000	1.93
@@ -788,7 +788,7 @@
 	void save_or_load_dialog(bool load);
 	void o_unk_132_helper_3();
 	int o_unk_132_helper(bool *b, char *buf);
-	void o_unk_132_helper_2(FillOrCopyStruct *fcs, int x, byte b = 0);
+	void o_clear_character(FillOrCopyStruct *fcs, int x, byte b = 0);
 	void savegame_dialog(char *buf);
 
 	int count_savegames();





More information about the Scummvm-git-logs mailing list