(svn r5627) Fix (r5626) : Forgot to rename one instance make_screenshot to current_screenshot_type

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
belugas 18 years ago
parent ecc89d5965
commit b36cbeba58

@ -432,7 +432,7 @@ void InitializeScreenshotFormats(void)
}
_cur_screenshot_format = j;
_num_screenshot_formats = lengthof(_screenshot_formats);
make_screenshot = SC_NONE;
current_screenshot_type = SC_NONE;
}
const char *GetScreenshotFormatDesc(int i)

Loading…
Cancel
Save