Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-02-15 18:02:33 +0000
committerStijn Buys <ingar@osirion.org>2010-02-15 18:02:33 +0000
commitfb95f7b74c1a4286e02b95c461bdc5068f2532e4 (patch)
tree527115de120bc49232c3a2e55e1ea5f7adfc7fd7 /src/render/screenshot.h
parenta19a0cfe10f74fdd896e1b804b46fd64ea5b65a6 (diff)
Changed screenshot naming convention to yyyyddmm-nnnn
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