This commit is contained in:
Walter Julius Hennecke 2013-05-26 23:12:00 +02:00
parent 6de52084a8
commit 683806fcfc
1 changed files with 1 additions and 1 deletions

View File

@ -751,7 +751,7 @@ typedef struct {
* \param[out] out The result. * \param[out] out The result.
* \return Success or fail. * \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. * \brief Get a float for a custom entity key.