array Blub_nextFree124 integer Blub_firstFree698 integer Blub_maxIndex422 integer Blub_firstFree698 = 0 integer Blub_maxIndex422 = 0 function initGlobals172() { } function main601() { initGlobals172(); new_Blub110(); } function config200() { } function new_Blub110() returns integer { local integer this137 local integer this182 if (Blub_firstFree_698 == 0) { if (Blub_maxIndex_422 < 32768) { Blub_maxIndex_422 = (Blub_maxIndex_422 + 1); this_182 = Blub_maxIndex_422; } else { error474("Out of memory: Could not create Blub."); this_182 = 0; }; } else { Blub_firstFree_698 = (Blub_firstFree_698 - 1); this_182 = Blub_nextFree_124[Blub_firstFree_698]; }; this_137 = this_182; return this_137; } function error474(string msg173) { $debugPrint109((msg_173 + (" " + #getStackTrace()))); }