mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 17:00:53 +00:00
fix
This commit is contained in:
parent
6de52084a8
commit
683806fcfc
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ typedef struct {
|
|||
* \param[out] out The result.
|
||||
* \return Success or fail.
|
||||
*/
|
||||
qboolean G_SpawnString( const char* key, const char* defaultString, char** out );
|
||||
qboolean G_SpawnString( const char* key, const char* defaultString, /*@out@*/ char** out );
|
||||
|
||||
/**
|
||||
* \brief Get a float for a custom entity key.
|
||||
|
|
Loading…
Reference in a new issue