mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
Revert disabling platform_lock_single_instance
This commit is contained in:
@@ -131,10 +131,10 @@ void openrct2_launch()
|
||||
config_save_default();
|
||||
|
||||
// TODO add configuration option to allow multiple instances
|
||||
/*if (!platform_lock_single_instance()) {
|
||||
if (!platform_lock_single_instance()) {
|
||||
fprintf(stderr, "OpenRCT2 is already running.\n");
|
||||
return;
|
||||
}*/
|
||||
}
|
||||
|
||||
get_system_info();
|
||||
audio_init();
|
||||
|
||||
Reference in New Issue
Block a user