another small fix

This commit is contained in:
Daniel Simoes 2002-06-13 22:46:56 +00:00
parent 50a48a22bb
commit 7a7fde7632

View file

@ -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;
}