(svn r7067) Remove the unused parameter params_3 from AddStringToDraw()

This commit is contained in:
tron
2006-11-05 11:52:19 +00:00
parent 24cce7bfa1
commit f9fa8437eb
3 changed files with 12 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ void OffsetGroundSprite(int x, int y);
void DrawGroundSprite(uint32 image);
void DrawGroundSpriteAt(uint32 image, int32 x, int32 y, byte z);
void AddSortableSpriteToDraw(uint32 image, int x, int y, int w, int h, byte dz, byte z);
void *AddStringToDraw(int x, int y, StringID string, uint32 params_1, uint32 params_2, uint32 params_3);
void *AddStringToDraw(int x, int y, StringID string, uint32 params_1, uint32 params_2);
void AddChildSpriteScreen(uint32 image, int x, int y);