fixed parse error

This commit is contained in:
Walter Julius Hennecke 2013-05-21 21:08:36 +02:00
parent 3a90f52947
commit 19b9d0669c

View file

@ -227,7 +227,7 @@ Chooses a player start, deathmatch start, etc
/**
* Chooses a player start, deathmatch start, etc
*/
/*@alt void@*/ gentity_t* G_Client_SelectSpawnPoint ( vec3_t avoidPoint, vec3_t origin, vec3_t angles ) {
gentity_t* G_Client_SelectSpawnPoint ( vec3_t avoidPoint, vec3_t origin, vec3_t angles ) {
gentity_t *spot;
gentity_t *nearestSpot;