mirror of
https://github.com/KranX/Vangers.git
synced 2025-11-30 23:15:27 +07:00
@@ -581,7 +581,7 @@ aciLocationShutterInfo* locSh;
|
||||
aciWorldMap* wMap;
|
||||
aciWorldInfo* wData;
|
||||
|
||||
std::unique_ptr<actIntDispatcher> aScrDisp;
|
||||
actIntDispatcher* aScrDisp;
|
||||
|
||||
int aciCurCredits03 = 0;
|
||||
|
||||
@@ -605,7 +605,7 @@ void aParseScript(const char* fname,const char* bname)
|
||||
invMatrix* mtx;
|
||||
invItem* itm;
|
||||
|
||||
aScrDisp.reset(new actIntDispatcher);
|
||||
aScrDisp = new actIntDispatcher;
|
||||
aciML_D = new aciML_Dispatcher;
|
||||
|
||||
#ifndef _BINARY_SCRIPT_
|
||||
|
||||
Reference in New Issue
Block a user