about summary refs log tree commit diff
path: root/src/game/client/components/skins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/skins.h')
-rw-r--r--src/game/client/components/skins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/skins.h b/src/game/client/components/skins.h
index 9e20ba37..5305fa2b 100644
--- a/src/game/client/components/skins.h
+++ b/src/game/client/components/skins.h
@@ -20,7 +20,7 @@ public:
 		bool operator<(const CSkin &Other) { return str_comp(m_aName, Other.m_aName) < 0; }
 	};
 	
-	void Init();
+	void OnInit();
 	
 	vec3 GetColorV3(int v);
 	vec4 GetColorV4(int v);