# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * main_beos.cpp - Startup code for BeOS | |
3 | * | |
4 | < | * Basilisk II (C) 1997-2000 Christian Bauer |
4 | > | * Basilisk II (C) 1997-2001 Christian Bauer |
5 | * | |
6 | * This program is free software; you can redistribute it and/or modify | |
7 | * it under the terms of the GNU General Public License as published by | |
# | Line 176 | Line 176 | void BasiliskII::ReadyToRun(void) | |
176 | delete_area(old_rom_area); | |
177 | ||
178 | // Read preferences | |
179 | < | PrefsInit(); |
179 | > | int argc = 0; |
180 | > | char **argv = NULL; |
181 | > | PrefsInit(argc, argv); |
182 | ||
183 | // Init system routines | |
184 | SysInit(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |