From 533b470bc0de6a32828f67fcef155e52a5c5b4c9 Mon Sep 17 00:00:00 2001 From: Molgrum Date: Wed, 14 May 2008 14:46:58 +0000 Subject: [PATCH] This has been tested enough by now to get uncommented. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2956 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/bothdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/common/bothdefs.h b/engine/common/bothdefs.h index 333a6a909..7455d4143 100644 --- a/engine/common/bothdefs.h +++ b/engine/common/bothdefs.h @@ -132,7 +132,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define PPL //per pixel lighting (stencil shadowing) #define DDS //a sort of image file format. -//fixme: test this a bit #define VM_Q1 //q1 qvm gamecode interface + #define VM_Q1 //q1 qvm gamecode interface #define TCPCONNECT //a tcpconnect command, that allows the player to connect to tcp-encapsulated qw protocols.