Fix mape compilation failure due to C4AulDebug changes

stable-5.4
Martin Plicht 2013-10-17 01:22:55 +02:00
parent 608f23ece6
commit b6a01b62aa
1 changed files with 1 additions and 3 deletions

View File

@ -198,9 +198,7 @@ C4Game::~C4Game() {}
#endif
C4AulDebug *C4AulDebug::pDebug;
void C4AulDebug::DebugStepIn(C4AulBCC*) {}
void C4AulDebug::DebugStepOut(C4AulBCC*, C4AulScriptContext*, C4Value*) {}
void C4AulDebug::DebugStep(C4AulBCC*) {}
void C4AulDebug::DebugStep(C4AulBCC*, C4Value*) {}
C4MapScriptHost MapScript;
C4MapScriptHost::C4MapScriptHost() {}