src/spriteloader/grf.hpp
changeset 8066 7acd480e05c9
parent 7392 a716551b0c7f
child 8870 461ed7760525
--- a/src/spriteloader/grf.hpp	Thu Sep 13 15:51:50 2007 +0000
+++ b/src/spriteloader/grf.hpp	Thu Sep 13 18:22:34 2007 +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, const char *filename, uint32 file_pos);
+	bool LoadSprite(SpriteLoader::Sprite *sprite, const char *filename, uint8 file_slot, uint32 file_pos);
 };
 
 #endif /* SPRITELOADER_GRF_HPP */