From 0345dadebf55980d765826e32854049e498d5759 Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 24 Dec 2013 19:58:18 +1000 Subject: 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. --- demos/3rdparty/doom/p_spec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'demos/3rdparty/doom/p_spec.c') diff --git a/demos/3rdparty/doom/p_spec.c b/demos/3rdparty/doom/p_spec.c index f048afb1..8e4eab6c 100644 --- a/demos/3rdparty/doom/p_spec.c +++ b/demos/3rdparty/doom/p_spec.c @@ -354,8 +354,7 @@ P_FindNextHighestFloor // Check for overflow. Exit. if ( h >= MAX_ADJOINING_SECTORS ) { - fprintf( stderr, - "Sector with more than 20 adjoining sectors\n" ); + I_DBGprintf("Sector with more than 20 adjoining sectors\n" ); break; } } -- cgit v1.2.3