src/spriteloader/grf.hpp
branchnoai
changeset 9724 b39bc69bb2f2
parent 9703 d2a6acdbd665
child 10429 1b99254f9607
--- a/src/spriteloader/grf.hpp	Wed Jan 09 18:11:12 2008 +0000
+++ b/src/spriteloader/grf.hpp	Sun Feb 03 20:17:54 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, const char *filename, uint8 file_slot, uint32 file_pos);
+	bool LoadSprite(SpriteLoader::Sprite *sprite, uint8 file_slot, uint32 file_pos);
 };
 
 #endif /* SPRITELOADER_GRF_HPP */