diff options
Diffstat (limited to 'demos/3rdparty/doom/p_spec.c')
| -rw-r--r-- | demos/3rdparty/doom/p_spec.c | 3 |
1 files changed, 1 insertions, 2 deletions
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; } } |
