array Blub_nextFree649 integer Blub_firstFree208 integer Blub_maxIndex447 integer Blub_firstFree208 = 0 integer Blub_maxIndex447 = 0 function initGlobals139() { } function main184() { initGlobals139(); new_Blub102(); } function config144() { } function new_Blub102() returns integer { local integer this150 if (Blub_firstFree_208 == 0) { if (Blub_maxIndex_447 < 32768) { Blub_maxIndex_447 = (Blub_maxIndex_447 + 1); this_150 = Blub_maxIndex_447; } else { error199("Out of memory: Could not create Blub."); this_150 = 0; }; } else { Blub_firstFree_208 = (Blub_firstFree_208 - 1); this_150 = Blub_nextFree_649[Blub_firstFree_208]; }; return this_150; } function error199(string msg131) { $debugPrint202((msg_131 + (" " + #getStackTrace()))); }