diff options
author | Travis Howell | 2003-12-01 05:47:57 +0000 |
---|---|---|
committer | Travis Howell | 2003-12-01 05:47:57 +0000 |
commit | a008022b30e3585231cd316251b9fc39625e40f3 (patch) | |
tree | cef4d7ee9414e667e99689a76ec1680c3089e2aa | |
parent | 82a6f9704703f7525129364e89b80cf7dc41ea64 (diff) | |
download | scummvm-rg350-a008022b30e3585231cd316251b9fc39625e40f3.tar.gz scummvm-rg350-a008022b30e3585231cd316251b9fc39625e40f3.tar.bz2 scummvm-rg350-a008022b30e3585231cd316251b9fc39625e40f3.zip |
Missed some
svn-id: r11442
-rw-r--r-- | simon/simon.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/simon/simon.h b/simon/simon.h index 6aac1291f8..c3d7fbc1e7 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -583,13 +583,13 @@ protected: 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); |