about summary refs log tree commit diff
path: root/src/game/client/components/mapimages.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/mapimages.hpp')
-rw-r--r--src/game/client/components/mapimages.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/client/components/mapimages.hpp b/src/game/client/components/mapimages.hpp
index e1e0063d..cba46033 100644
--- a/src/game/client/components/mapimages.hpp
+++ b/src/game/client/components/mapimages.hpp
@@ -9,7 +9,7 @@ public:
 	
 	int get(int index) const { return textures[index]; }
 	int num() const { return count; }
-	
-	virtual void on_reset();
+
+	virtual void on_mapload();
 };