Cstrike: Fix compilation.
This commit is contained in:
parent
c2c78f6724
commit
5eaeaa8dc1
@ -282,7 +282,7 @@ void ToggleDetour_ClientCommands(bool enable)
|
||||
// Used in ClientCommand to check and get fastly item id from alias name.
|
||||
typedef struct
|
||||
{
|
||||
char *alias;
|
||||
const char *alias;
|
||||
int id;
|
||||
|
||||
} itemBuyAliasInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user