mirror of
https://github.com/TTimo/doom3.gpl.git
synced 2026-03-20 00:49:30 +01:00
Fix constant string parameter.
The methode LoadScript of idItemTeam is now const compliant. Signed-off-by: XoD <xoddark@gmail.com>
This commit is contained in:
@@ -257,7 +257,7 @@ private:
|
||||
void Event_FlagCapture( void );
|
||||
|
||||
void PrivateReturn( void );
|
||||
function_t * LoadScript( char * script );
|
||||
function_t * LoadScript( const char * script );
|
||||
|
||||
void SpawnNugget( idVec3 pos );
|
||||
void UpdateGuis( void );
|
||||
|
||||
Reference in New Issue
Block a user