Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

oh man, the bugs the bugs, debug it in 32bit mode (x86) or build the release in 32bit mode. As for divide by zero can you send me the steps please 


Thank you for your comment and review 


John

I don't have VC, I just ran the exe in the Release dir, and did so with Wine under Linux. It didn't (for once) complain about missing dll files. My theory about the div-0 is that there are no walls, and as such is an induced bug.

For the map to load correctly across platforms you need to specify consistent sizes for the map format. I'm not sure if fBlockWidth is supposed to be a float, 32-bit int or 64-bit long.