Skip to content

Commit

Permalink
v13 addins
Browse files Browse the repository at this point in the history
  • Loading branch information
RezWaki authored Jun 19, 2022
1 parent 74d552e commit 15f9536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/cdll_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ typedef struct cl_enginefuncs_s

// returns 1 if the client is a spectator only (connected to a proxy), 0 otherwise or 2 if in dev_overview mode
int ( *IsSpectateOnly ) ( void );
//int IsSpectateOnly( void ) { return 0; };
struct model_s *( *LoadMapSprite ) ( const char *filename );

// file search functions
Expand Down

0 comments on commit 15f9536

Please sign in to comment.