From af9af56bb007050c969af310c4e816d260b9ce7f Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sat, 15 Sep 2012 22:19:32 +0200 Subject: Successful compilation & running - temporarily mocked CSoundInterface and CPluginInterface - added CRobotMain to application - successfully compiles & runs, but doesn't display correctly at the moment --- src/common/restext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/restext.h b/src/common/restext.h index b47e03c..4b565ba 100644 --- a/src/common/restext.h +++ b/src/common/restext.h @@ -43,7 +43,7 @@ enum ResType // TODO: move to CRobotMain extern void SetGlobalGamerName(char *name); -extern bool SearchKey(char *cmd, KeyRank &key); +extern bool SearchKey(const char *cmd, KeyRank &key); extern bool GetResource(ResType type, int num, char* text); extern const char * const strings_text[]; -- cgit v1.2.3-1-g7c22