Skip to content

Commit

Permalink
Bump screenshot limit (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
osm authored Nov 12, 2024
1 parent c8c53f1 commit f64ae58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cl_screenshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ int SCR_ScreenshotWrite(scr_sshot_target_t* target_params)
return success;
}

#define MAX_SCREENSHOT_COUNT 1000
#define MAX_SCREENSHOT_COUNT 65535

int SCR_GetScreenShotName(char *name, int name_size, char *sshot_dir)
{
Expand Down

0 comments on commit f64ae58

Please sign in to comment.