diff options
| author | oy <Tom_Adams@web.de> | 2011-02-13 13:58:59 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-02-13 13:58:59 +0100 |
| commit | 09cd38d3207fb619022d1cda157ecb1504600513 (patch) | |
| tree | be7ec495e97a1df81ded86391ddd9deea2052055 /src/game/client/components/skins.h | |
| parent | 825eca4bab1ea0dbdd401ed96d390390ca108638 (diff) | |
| download | zcatch-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.h | 2 |
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); |