forked from valve/halflife-sdk
server: one more write-strings const fix
This commit is contained in:
parent
16cc7af40e
commit
edbd7d2ab9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
#include "gamerules.h"
|
||||
|
||||
#ifdef CLIENT_DLL
|
||||
void HUD_PlaySound(char *sound,float volume);
|
||||
void HUD_PlaySound(const char *sound,float volume);
|
||||
#endif
|
||||
|
||||
// Entity Linkage
|
||||
|
|
Loading…
Reference in a new issue