Yes, that is what I am saying. And there are such things all over that code so it can't be the working file. It looks more like a first step of conversion. The "for" loops are even worse:
for (integer x := 1; x <= map_width; x++)begin
for(integer y := 1; y <= map_height; y++)begin
Please don't tell me this is legal Pascal code. So is there a working conversion in there too?
Bookmarks