diff --git a/reaction/ta_ui/ta_ui.dsp b/reaction/ta_ui/ta_ui.dsp index 27dd664b..760790ad 100644 --- a/reaction/ta_ui/ta_ui.dsp +++ b/reaction/ta_ui/ta_ui.dsp @@ -67,8 +67,8 @@ LINK32=link.exe # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 -# PROP Output_Dir "D:\Work\rq3source\reaction\Release" -# PROP Intermediate_Dir "D:\Work\rq3source\reaction\Release" +# PROP Output_Dir "d:\games\quake3\reaction" +# PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /G5 /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "UI_EXPORTS" /FR /YX /FD /GZ /c diff --git a/reaction/ta_ui/ui_shared.c b/reaction/ta_ui/ui_shared.c index 690fa056..e457822e 100644 --- a/reaction/ta_ui/ui_shared.c +++ b/reaction/ta_ui/ui_shared.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.33 2005/09/18 16:56:45 makro +// no message +// // Revision 1.32 2005/09/07 20:24:33 makro // Vector support for most item types // @@ -6571,7 +6574,7 @@ typedef struct keywordHash_s { struct keywordHash_s *next; } keywordHash_t; -int KeywordHash_Key(char *keyword) +int KeywordHash_Key(const char *keyword) { int register hash, i;