Thanks a ton! Very useful for some of my maps
I tried to compile it on linux but ran into a few problems, so I edited main.cpp accordingly and compiled a linux version. An interesting problem was that the pause function didn't work, so I changed it to use getchar(); instead and it ran fine. Wierd. Also, the linux version is only 16.7kb, considerably smaller than the windows EXE.
Attached is the edited main.cpp and the compiled linux version.
Also, whats with it creating a huge temp file full of the characters "10" repeated for ages, then not clearing up after itself?