friend_bitmap should default to false as it causes problems

This commit is contained in:
Chris Young 2016-01-23 15:15:35 +00:00
parent dc89a2b2cc
commit e38a1f17f2

View File

@ -89,6 +89,6 @@ NSOPTION_INTEGER(monitor_aspect_y, 0)
NSOPTION_BOOL(accept_lang_locale, true)
/* Options relevant for OS3 only */
#ifndef __amigaos4__
NSOPTION_BOOL(friend_bitmap, true)
NSOPTION_BOOL(friend_bitmap, false)
#endif