From 4a699715bdd676feea45c8bfa643dc00fdf42b71 Mon Sep 17 00:00:00 2001 From: Spoike Date: Mon, 6 Sep 2004 11:14:12 +0000 Subject: [PATCH] compiles in linux now. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@145 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/common/common.c b/engine/common/common.c index ce71d2783..af8096226 100644 --- a/engine/common/common.c +++ b/engine/common/common.c @@ -2039,7 +2039,7 @@ char com_basedir[MAX_OSPATH]; #define uShort ZLIBuShort #define uLong ZLIBuLong #else -typedef unsigned short uShort; +//typedef unsigned short uShort; #endif #include "unzip.c"