Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/screenshot.h')
-rw-r--r--src/render/screenshot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/screenshot.h b/src/render/screenshot.h
index 4be57fa..5c0e22c 100644
--- a/src/render/screenshot.h
+++ b/src/render/screenshot.h
@@ -21,7 +21,8 @@ public:
static core::Cvar *screenshotquality;
private:
- static int number;
+ static int current_number;
+ static int current_date;
};
} // namespace render