--- BasiliskII/src/AmigaOS/prefs_editor_amiga.cpp 2000/09/04 16:30:47 1.12 +++ BasiliskII/src/AmigaOS/prefs_editor_amiga.cpp 2001/02/02 20:52:57 1.15 @@ -1,7 +1,7 @@ /* * prefs_editor_amiga.cpp - Preferences editor, AmigaOS implementation (using gtlayout.library) * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2001 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 @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include #include @@ -354,10 +354,10 @@ bool PrefsEditor(void) case GAD_BOOTDRIVER: switch (code) { case 0: - PrefsReplaceInt16("bootdriver", 0); + PrefsReplaceInt32("bootdriver", 0); break; case 1: - PrefsReplaceInt16("bootdriver", CDROMRefNum); + PrefsReplaceInt32("bootdriver", CDROMRefNum); break; } break; @@ -574,7 +574,7 @@ static void parse_volumes_prefs(void) bootdriver_num = 0; - int bootdriver = PrefsFindInt16("bootdriver"); + int bootdriver = PrefsFindInt32("bootdriver"); switch (bootdriver) { case 0: bootdriver_num = 0;