mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 01:04:50 +01:00
Remove variable that became unused because of 06de7b
This commit is contained in:
@@ -147,7 +147,7 @@ rct_window *window_loadsave_open(int type, char *defaultName)
|
||||
{
|
||||
gLoadSaveCallback = NULL;
|
||||
gLoadSaveTitleSequenceSave = false;
|
||||
char path[MAX_PATH], *ch;
|
||||
char path[MAX_PATH];
|
||||
int includeNewItem;
|
||||
rct_window* w;
|
||||
_type = type;
|
||||
|
||||
Reference in New Issue
Block a user