summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 3307dbbe..ca7696dd 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -1,7 +1,3 @@
-/* File: variable.c */
-
-/* Purpose: Angband variables */
-
/*
* Copyright (c) 1989 James E. Wilson, Robert A. Koeneke
*
@@ -10,7 +6,8 @@
* included in all such copies.
*/
-#include "angband.h"
+#include "variable.hpp"
+#include "variable.h"
#include "util.hpp"
@@ -953,11 +950,6 @@ bool_ *k_allow_special;
bool_ *a_allow_special;
/*
- * Center view
- */
-bool_ center_player = FALSE;
-
-/*
* Plots
*/
s16b plots[MAX_PLOTS];