1
0
Fork 0

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

release/0.5
belugas 2006-07-28 22:01:43 +00:00
parent ecc89d5965
commit b36cbeba58
1 changed files with 1 additions and 1 deletions

View File

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