From 5eaeaa8dc113f9f167459238f595fdb68c9a5a38 Mon Sep 17 00:00:00 2001 From: xPaw Date: Thu, 17 Jul 2014 20:28:40 +0200 Subject: [PATCH] Cstrike: Fix compilation. --- dlls/cstrike/cstrike/CstrikeHacks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/cstrike/cstrike/CstrikeHacks.cpp b/dlls/cstrike/cstrike/CstrikeHacks.cpp index 8fb4b7cf..d20a9d59 100644 --- a/dlls/cstrike/cstrike/CstrikeHacks.cpp +++ b/dlls/cstrike/cstrike/CstrikeHacks.cpp @@ -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;