diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-08-14 07:59:34 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-08-14 07:59:34 +0000 |
commit | 3d1d011c5dc4fa5815b36c39f174b5d1cc930a2a (patch) | |
tree | b6cab4086173e99c0f615aa338e14250c5414ab0 /code | |
parent | f3f532b9244a100fdd40073a40ca4210428ba8e6 (diff) | |
download | ioquake3-aero-3d1d011c5dc4fa5815b36c39f174b5d1cc930a2a.tar.gz ioquake3-aero-3d1d011c5dc4fa5815b36c39f174b5d1cc930a2a.zip |
* Fix misplaced #endif
git-svn-id: svn://svn.icculus.org/quake3/trunk@1447 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code')
-rw-r--r-- | code/sdl/sdl_glimp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/sdl/sdl_glimp.c b/code/sdl/sdl_glimp.c index 91298f6..21b41a9 100644 --- a/code/sdl/sdl_glimp.c +++ b/code/sdl/sdl_glimp.c @@ -238,10 +238,10 @@ static int GLimp_SetMode( int mode, qboolean fullscreen ) // by assuming (relatively safely) that it is set at or close to // the display's native aspect ratio displayAspect = (float)videoInfo->current_w / (float)videoInfo->current_h; -#endif ri.Printf( PRINT_ALL, "Estimated display aspect: %.3f\n", displayAspect ); } +#endif ri.Printf (PRINT_ALL, "...setting mode %d:", mode ); |