mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Console Refactor
This commit is contained in:
parent
626de074cc
commit
89b0c7f73b
89 changed files with 1883 additions and 1553 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#include "platform/platform.h"
|
||||
#include "console/simObjectMemento.h"
|
||||
|
||||
#include "script.h"
|
||||
#include "console/simObject.h"
|
||||
#include "console/simDatablock.h"
|
||||
#include "core/stream/memStream.h"
|
||||
|
|
@ -95,7 +96,7 @@ SimObject *SimObjectMemento::restore() const
|
|||
|
||||
// Read the object.
|
||||
|
||||
const UTF8* result = Con::evaluate( mState );
|
||||
const UTF8* result = Con::evaluate( mState ).value;
|
||||
|
||||
// Restore the redefine behavior.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue