summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
commite1273e8666e5c03c36b55a4fec80f6f76270ee10 (patch)
treea665761c61de01b26fc98714c7290dcfdd3fd0da /src/variable.cc
parent6c62afae8ef0bb96866afd221d0fb7cbc2c7a9af (diff)
Move sf_* variables from global variable.cc to loadsave.cc
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 25e01c12..a0e075b3 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -25,20 +25,6 @@ char *macro_trigger_name[MAX_MACRO_TRIG];
char *macro_trigger_keycode[2][MAX_MACRO_TRIG];
/*
- * Savefile version
- */
-byte sf_major; /* Savefile's "version_major" */
-byte sf_minor; /* Savefile's "version_minor" */
-byte sf_patch; /* Savefile's "version_patch" */
-
-/*
- * Savefile information
- */
-u32b sf_when; /* Time when savefile created */
-u16b sf_lives; /* Number of past "lives" with this file */
-u16b sf_saves; /* Number of "saves" during this life */
-
-/*
* Run-time aruments
*/
bool_ arg_wizard; /* Command arg -- Request wizard mode */