mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-06-22 18:49:32 +03:00
Use CUtlConstString instead of CUtlString
This commit is contained in:
parent
2fb704a129
commit
843d748bb0
@ -1076,7 +1076,7 @@ struct ClassInstanceData
|
|||||||
|
|
||||||
void* instance;
|
void* instance;
|
||||||
ScriptClassDesc_t* desc;
|
ScriptClassDesc_t* desc;
|
||||||
CUtlString instanceId;
|
CUtlConstString instanceId;
|
||||||
|
|
||||||
// Indicates this game-created instance is a weak reference and can be destructed (Blixibon)
|
// Indicates this game-created instance is a weak reference and can be destructed (Blixibon)
|
||||||
bool allowDestruct;
|
bool allowDestruct;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user