mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
fix a bug i made...but it prevents things going out of scope/losing
reference
This commit is contained in:
@@ -45,7 +45,7 @@ class RemoteDebug::Variable
|
||||
int32 intValue;
|
||||
float floatValue;
|
||||
int32 boolValue;
|
||||
char* stringValue;
|
||||
char stringValue;
|
||||
};
|
||||
|
||||
Variable(const std::string& name, void *memLoc, VARIABLE_TYPES type);
|
||||
|
||||
Reference in New Issue
Block a user