From 1057d5fa696c5e1503f2d8e55bab939a0dcfa06f Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 6 May 2005 12:23:19 +0000 Subject: Rename sprite field. Cleanup. svn-id: r17931 --- simon/simon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'simon/simon.h') diff --git a/simon/simon.h b/simon/simon.h index eb1d6f8cc5..7cd9c90768 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -79,7 +79,7 @@ struct VgaSprite { uint16 image; uint16 base_color; uint16 x, y; /* actually signed numbers */ - uint16 unk4; + uint16 flags; uint16 priority; uint16 paletteMode, unk7; VgaSprite() { memset(this, 0, sizeof(*this)); } @@ -588,7 +588,7 @@ protected: void ensureVgaResLoadedC(uint vga_res); void ensureVgaResLoaded(uint vga_res); - void start_vga_code(uint b, uint vga_res, uint vga_sprite_id, uint x, uint y, uint base_color); + void start_vga_code(uint paletteMode, 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_sprite_id); void talk_with_text(uint vga_sprite_id, uint color, const char *string_ptr, int16 x, int16 y, int16 width); -- cgit v1.2.3