(svn r15772) -Fix (r15767): MSVC can't find the right function anymore because the return value in the header was not updated.

This commit is contained in:
yexo 2009-03-19 23:03:53 +00:00
parent 5933a07a86
commit 096debebe7
1 changed files with 1 additions and 1 deletions

View File

@ -58,6 +58,6 @@ struct DrawBuildingsTileStruct {
/** Iterate through all DrawTileSeqStructs in DrawTileSprites. */
#define foreach_draw_tile_seq(idx, list) for (idx = list; ((byte) idx->delta_x) != 0x80; idx++)
void SkipSpriteData(byte type, uint16 num);
bool SkipSpriteData(byte type, uint16 num);
#endif /* SPRITE_H */