Made back the screenshot counter static

This commit is contained in:
Philippe Plantier 2005-04-17 20:59:32 +00:00
parent bc560ef8d5
commit 9a25db5e6b

View file

@ -456,7 +456,7 @@ void display::default_zoom()
void display::screenshot()
{
std::string datadir = get_screenshot_dir();
unsigned int counter = 0;
static unsigned int counter = 0;
std::string name;
do {