forked from mirror/OpenTTD
(svn r5627) Fix (r5626) : Forgot to rename one instance make_screenshot to current_screenshot_type
This commit is contained in:
@@ -432,7 +432,7 @@ void InitializeScreenshotFormats(void)
|
|||||||
}
|
}
|
||||||
_cur_screenshot_format = j;
|
_cur_screenshot_format = j;
|
||||||
_num_screenshot_formats = lengthof(_screenshot_formats);
|
_num_screenshot_formats = lengthof(_screenshot_formats);
|
||||||
make_screenshot = SC_NONE;
|
current_screenshot_type = SC_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *GetScreenshotFormatDesc(int i)
|
const char *GetScreenshotFormatDesc(int i)
|
||||||
|
Reference in New Issue
Block a user