1
0
Fork 0

(svn r25492) -Doc: Missing comment.

release/1.4
michi_cc 2013-06-27 21:18:56 +00:00
parent 43a9cfcaa4
commit 6f359bc1f0
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ static void *ReadSprite(const SpriteCache *sc, SpriteID id, SpriteType sprite_ty
} }
/** */ /** Map from sprite numbers to position in the GRF file. */
static std::map<uint32, size_t> _grf_sprite_offsets; static std::map<uint32, size_t> _grf_sprite_offsets;
/** /**