aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty/doom/doomstat.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-12-24 19:58:18 +1000
committerinmarket <andrewh@inmarket.com.au>2013-12-24 19:58:18 +1000
commit0345dadebf55980d765826e32854049e498d5759 (patch)
treeaa500fb65cda08d165dc2a66062beedcbdcb30fc /demos/3rdparty/doom/doomstat.h
parentc24512f6edaee109ac10c378e7e89218c48255b7 (diff)
downloaduGFX-0345dadebf55980d765826e32854049e498d5759.tar.gz
uGFX-0345dadebf55980d765826e32854049e498d5759.tar.bz2
uGFX-0345dadebf55980d765826e32854049e498d5759.zip
Fixes to DOOM demo to remove some operating system dependancies.
Also now has working input (although not perfect) - Needs mouse or touch. Also now supports screen size doubling when the screen is significantly larger than doom's screen.
Diffstat (limited to 'demos/3rdparty/doom/doomstat.h')
-rw-r--r--demos/3rdparty/doom/doomstat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/3rdparty/doom/doomstat.h b/demos/3rdparty/doom/doomstat.h
index 65f52256..0ff7de76 100644
--- a/demos/3rdparty/doom/doomstat.h
+++ b/demos/3rdparty/doom/doomstat.h
@@ -242,7 +242,6 @@ extern int maxammo[NUMAMMO];
// File handling stuff.
extern char basedefault[1024];
-extern FILE* debugfile;
// if true, load all graphics at level load
extern boolean precache;