mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
1. Happy New Year. 2. Minor syntax error
This commit is contained in:
parent
cce2d58228
commit
fa84cf9a51
@ -4,7 +4,7 @@
|
||||
*
|
||||
* $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
|
||||
* 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
|
||||
if ( newbpp != 32 )
|
||||
WarningSheet(@"Sorry - In windowed mode, depth must be 32", panel);
|
||||
return 32
|
||||
return 32;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user