Quote Originally Posted by code_glitch View Post
Theres a small mistake there in the first if statement, you use := wich is to assign, a c/c++ family == is the same as = without the :

Just my 2 pence.
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?