mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-04-01 07:20:43 +00:00
another small fix
This commit is contained in:
parent
50a48a22bb
commit
7a7fde7632
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.79 2002/06/13 22:37:18 slicer
|
||||
// small fix
|
||||
// Revision 1.80 2002/06/13 22:46:56 slicer
|
||||
// another small fix
|
||||
//
|
||||
// Revision 1.78 2002/06/13 20:59:35 slicer
|
||||
// Setting ( for real ) gender on DM
|
||||
|
@ -2691,7 +2691,7 @@ int RQ3_ParseBlock (int tag_type, char *tag, int *cur_pos, char *buf, int len) {
|
|||
G_Printf ("RQ3 config system: Found invalid skin\n");
|
||||
return PARSING_ERROR;
|
||||
}
|
||||
if (RQ3_Validatemodel(word_buff)!= -1) {
|
||||
if (RQ3_Validatemodel(word_buff)== -1) {
|
||||
G_Printf ("RQ3 config system: The model is not a valid RQ3 model\n");
|
||||
return PARSING_ERROR;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue