[Scummvm-cvs-logs] CVS: scummvm/simon simon.h,1.102,1.103
Travis Howell
kirben at users.sourceforge.net
Sun Nov 30 21:48:07 CET 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.101,1.102 simon.cpp,1.340,1.341 simon.h,1.101,1.102
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword2 console.cpp,1.37,1.38 logic.h,1.22,1.23 speech.cpp,1.51,1.52 sword2.cpp,1.87,1.88
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv22724/simon
Modified Files:
simon.h
Log Message:
Missed some
Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- simon.h 1 Dec 2003 05:22:04 -0000 1.102
+++ simon.h 1 Dec 2003 05:47:57 -0000 1.103
@@ -583,13 +583,13 @@
void ensureVgaResLoadedC(uint vga_res);
void ensureVgaResLoaded(uint vga_res);
- void start_vga_code(uint b, uint vga_res, uint vga_struct_id, uint x, uint y, uint base_color);
+ void start_vga_code(uint b, uint vga_res, uint vga_sprite_id, uint x, uint y, uint base_color);
void o_unk26_helper(uint a, uint b, uint c, uint d, uint e, uint f, uint g, uint h);
- void talk_with_speech(uint speech_id, uint vga_struct_id);
- void talk_with_text(uint vga_struct_id, uint color, const char *string_ptr, uint threeval_a, int threeval_b, uint width);
+ void talk_with_speech(uint speech_id, uint vga_sprite_id);
+ void talk_with_text(uint vga_sprite_id, uint color, const char *string_ptr, uint threeval_a, int threeval_b, uint width);
FillOrCopyStruct *fcs_alloc(uint x, uint y, uint w, uint h, uint flags, uint fill_color, uint unk4);
- void render_string(uint vga_struct_id, uint color, uint width, uint height, const char *txt);
+ void render_string(uint vga_sprite_id, uint color, uint width, uint height, const char *txt);
void setup_hit_areas(FillOrCopyStruct *fcs, uint fcs_index);
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.101,1.102 simon.cpp,1.340,1.341 simon.h,1.101,1.102
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword2 console.cpp,1.37,1.38 logic.h,1.22,1.23 speech.cpp,1.51,1.52 sword2.cpp,1.87,1.88
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list