mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 23:32:06 +00:00
no message
This commit is contained in:
parent
67d2fbfc30
commit
4be1f276a9
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue