small fixes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@29 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
90152874da
commit
a84ca32347
3 changed files with 9 additions and 1 deletions
|
@ -1508,7 +1508,9 @@ Con_DPrintf ("CL_SignonReply: %i\n", cls.signon);
|
|||
MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
|
||||
MSG_WriteString (&cls.netchan.message, "begin");
|
||||
Cache_Report (); // print remaining memory
|
||||
#ifdef VM_CG
|
||||
CG_Start();
|
||||
#endif
|
||||
break;
|
||||
|
||||
case 4:
|
||||
|
|
|
@ -20,7 +20,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
// r_efrag.c
|
||||
|
||||
#include "quakedef.h"
|
||||
//#include "r_local.h"
|
||||
#ifdef SWQUAKE
|
||||
#include "r_local.h"
|
||||
#endif
|
||||
|
||||
extern int r_framecount;
|
||||
|
||||
|
|
|
@ -21,6 +21,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
#include "quakedef.h"
|
||||
|
||||
#ifdef SWQUAKE
|
||||
#include "r_local.h"
|
||||
#endif
|
||||
|
||||
#ifdef FISH
|
||||
void R_RenderView_fisheye(void);
|
||||
cvar_t ffov = {"ffov", "160"};
|
||||
|
|
Loading…
Reference in a new issue