1. Happy New Year. 2. Minor syntax error

This commit is contained in:
nigel 2006-03-14 09:38:24 +00:00
parent cce2d58228
commit fa84cf9a51

View File

@ -4,7 +4,7 @@
* *
* $Id$ * $Id$
* *
* Basilisk II (C) 1997-2005 Christian Bauer * Basilisk II (C) 1997-2006 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -336,7 +336,7 @@ extern string UserPrefsPath; // from prefs_unix.cpp
#else #else
if ( newbpp != 32 ) if ( newbpp != 32 )
WarningSheet(@"Sorry - In windowed mode, depth must be 32", panel); WarningSheet(@"Sorry - In windowed mode, depth must be 32", panel);
return 32 return 32;
#endif #endif
} }