mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-13 08:27:42 +00:00
no end line fix
This commit is contained in:
parent
4d67090b28
commit
4b3295f1be
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.17 2002/07/19 04:28:39 niceass
|
||||||
|
// no end line fix
|
||||||
|
//
|
||||||
// Revision 1.16 2002/07/16 04:06:21 niceass
|
// Revision 1.16 2002/07/16 04:06:21 niceass
|
||||||
// temporary hack solution for map rotation and ctb
|
// temporary hack solution for map rotation and ctb
|
||||||
//
|
//
|
||||||
|
@ -852,4 +855,4 @@ qboolean G_FileSearch(char *Filename, char *Text) {
|
||||||
trap_FS_FCloseFile(file);
|
trap_FS_FCloseFile(file);
|
||||||
|
|
||||||
return ( strstr(buf, Text) != NULL );
|
return ( strstr(buf, Text) != NULL );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue