
Originally Posted by
alphazero
Error: Out Of Range at line 605
The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6, 7]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5, 6]
Not sure why that happen, but it seems to not like the
if (FType = FTROUT) then
AL_BrakeMMouse(MiddleBox(ab_Slots[abTrout]),7,7,True)
else if (FType = FSALMON) then
AL_BrakeMMouse(MiddleBox(ab_Slots[abSalmon]),7,7,True)
else if (FType = FSTURGEON) then
AL_BrakeMMouse(MiddleBox(ab_Slots[abSturgeon]),7,7,True);
So when it drops something went wacko.