Remove variable that became unused because of 06de7b

This commit is contained in:
Sijmen Schoon 2016-07-11 19:26:25 +02:00
parent de83ada6f5
commit 38f402f156
1 changed files with 1 additions and 1 deletions

View File

@ -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;