Hi! Thanks for your comments!
The Makefile needs some fixing: - use $(shell ...) instead of ``. - -W -Wall -g in CFLAGS
Also I think I have to make it possible to disable -O. -g shouldn't be only for debugging?
And one maybe serious warning: planets.cpp:331: warning: no return statement in function returning non-void
I will fix it.
And maybe it should go to the next level on its own without having to restart. :)
Yeah, upstream acknowledges that :) There is a shell script mentioned in the website that supposedly does the job, I will check if it's suitable.
Apart from this it looks like a nice game. Runs on amd64.
Cool! Thanks again! -- Martín Ferrari