Fix c4script build

stable-5.3
Armin Burgmeier 2012-10-13 16:32:09 +02:00
parent 42011a9442
commit 5274f61bf5
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@
#ifdef _DEBUG
C4Set<C4PropList *> C4PropList::PropLists;
#endif
C4Set<C4PropListNumbered *> C4PropListNumbered::PropLists;
int32_t C4PropListNumbered::EnumerationIndex = 0;
C4StringTable Strings;
C4AulScriptEngine ScriptEngine;