src/spriteloader/png.hpp
branchNewGRF_ports
changeset 10991 d8811e327d12
parent 10724 68a692eacf22
--- a/src/spriteloader/png.hpp	Tue May 27 00:50:55 2008 +0000
+++ b/src/spriteloader/png.hpp	Tue Jun 17 10:32:49 2008 +0000
@@ -12,7 +12,7 @@
 	/**
 	 * Load a sprite from the disk and return a sprite struct which is the same for all loaders.
 	 */
-	bool LoadSprite(SpriteLoader::Sprite *sprite, uint8 file_slot, uint32 file_pos);
+	bool LoadSprite(SpriteLoader::Sprite *sprite, uint8 file_slot, size_t file_pos);
 };
 
 #endif /* SPRITELOADER_PNG_HPP */