array Blub_nextFree871 integer Blub_firstFree366 integer Blub_maxIndex169 integer Blub_firstFree366 = 0 integer Blub_maxIndex169 = 0 function initGlobals120() { } function main202() { initGlobals120(); new_Blub894(); } function config200() { } function new_Blub894() returns integer { local integer this640 local integer this660 if (Blub_firstFree_366 == 0) { if (Blub_maxIndex_169 < 32768) { Blub_maxIndex_169 = (Blub_maxIndex_169 + 1); this_660 = Blub_maxIndex_169; } else { error107("Out of memory: Could not create Blub."); this_660 = 0; }; } else { Blub_firstFree_366 = (Blub_firstFree_366 - 1); this_660 = Blub_nextFree_871[Blub_firstFree_366]; }; this_640 = this_660; return this_640; } function error107(string msg132) { $debugPrint629((msg_132 + (" " + #getStackTrace()))); }