about summary refs log tree commit diff
path: root/src/game/client/components/skins.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-02-13 13:58:59 +0100
committeroy <Tom_Adams@web.de>2011-02-13 13:58:59 +0100
commit09cd38d3207fb619022d1cda157ecb1504600513 (patch)
treebe7ec495e97a1df81ded86391ddd9deea2052055 /src/game/client/components/skins.h
parent825eca4bab1ea0dbdd401ed96d390390ca108638 (diff)
downloadzcatch-09cd38d3207fb619022d1cda157ecb1504600513.tar.gz
zcatch-09cd38d3207fb619022d1cda157ecb1504600513.zip
cleaned up skin initialisation
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);