Changeset - r11410:4f1c35306fab
[Not reviewed]
master
0 1 0
yexo - 15 years ago 2009-03-19 23:03:53
yexo@openttd.org
(svn r15772) -Fix (r15767): MSVC can't find the right function anymore because the return value in the header was not updated.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/sprite.h
Show inline comments
 
@@ -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 */
0 comments (0 inline, 0 general)