It is *very* old syntax

synonym player_ship {type entity;}
synonym star_sphere {type entity;}

Should be replaced with:

entity* player_ship;
entity* star_sphere;

EDIT: I do not know the code you downloaded, but I bet that there will be lots of outdated syntax in it... Much has changed since "synonyms" where used

Last edited by Claus_N; 05/28/07 14:07.