[Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.77,1.78 simon.h,1.70,1.71
Travis Howell
kirben at users.sourceforge.net
Fri May 30 01:17:03 CEST 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv11050/simon
Modified Files:
items.cpp simon.h
Log Message:
Rename two unknown functions
Index: items.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/items.cpp,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- items.cpp 29 May 2003 06:06:32 -0000 1.77
+++ items.cpp 30 May 2003 07:46:44 -0000 1.78
@@ -969,8 +969,8 @@
}
break;
- case 177:{
- o_177();
+ case 177:{ /* Inventory descriptions */
+ o_inventory_descriptions();
}
break;
@@ -983,7 +983,7 @@
}
break;
- case 179:{
+ case 179:{ /* Room descriptions */
uint b = getVarOrByte();
uint c = getVarOrByte();
uint a = getVarOrByte();
@@ -1217,7 +1217,7 @@
return 0;
}
-void SimonState::o_177() {
+void SimonState::o_inventory_descriptions() {
uint a = getVarOrByte();
uint b = getVarOrByte();
const char *s = NULL;
Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- simon.h 29 May 2003 07:02:14 -0000 1.70
+++ simon.h 30 May 2003 07:46:45 -0000 1.71
@@ -483,7 +483,6 @@
void o_unk_175();
void o_unk_176();
void o_pathfind(int x, int y, uint var_1, uint var_2);
- void o_unk_179();
void o_force_unlock();
void o_force_lock();
void o_read_vgares_328();
@@ -497,7 +496,7 @@
void o_setup_cond_c();
void setup_cond_c_helper();
- void o_177();
+ void o_inventory_descriptions();
void lock();
void unlock();
More information about the Scummvm-git-logs
mailing list