mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Use _T macro
--HG-- branch : develop
This commit is contained in:
parent
083f44ec32
commit
a1baec9de2
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ class RGBAdd: public Texmap {
|
|||
|
||||
Class_ID ClassID() { return RGBAddClassID; }
|
||||
SClass_ID SuperClassID() { return TEXMAP_CLASS_ID; }
|
||||
void GetClassName(TSTR& s) { s= "RGB Additive"; }
|
||||
void DeleteThis() { delete this; }
|
||||
void GetClassName(TSTR& s) { s= _T("RGB Additive"); }
|
||||
void DeleteThis() { delete this; }
|
||||
|
||||
int NumSubs() { return NSUBTEX+1; }
|
||||
Animatable* SubAnim(int i);
|
||||
|
|
Loading…
Reference in a new issue