Cstrike: Fix compilation.

This commit is contained in:
xPaw 2014-07-17 20:28:40 +02:00
parent c2c78f6724
commit 5eaeaa8dc1

View File

@ -282,7 +282,7 @@ void ToggleDetour_ClientCommands(bool enable)
// Used in ClientCommand to check and get fastly item id from alias name. // Used in ClientCommand to check and get fastly item id from alias name.
typedef struct typedef struct
{ {
char *alias; const char *alias;
int id; int id;
} itemBuyAliasInfo; } itemBuyAliasInfo;