Added:
/starting_values.h
Deleted:
/player_starting_values.h
=======================================
--- /dev/null
+++ /starting_values.h Tue Apr 19 13:38:22 2011
@@ -0,0 +1,13 @@
+/* Copyright (c) 2011 Kevin Wells */
+/* Escape from the Master's Lair may be freely redistributed. See license
for details. */
+
+#ifndef starting_values_h
+#define starting_values_h
+
+const int STARTING_ITEMS_GOLD=25;
+
+const int STARTING_THROWN_STACK_SIZE=30;
+
+const int STARTING_SKILL_EXPERIENCE_MAX=200;
+
+#endif
=======================================
--- /player_starting_values.h Sun Apr 17 01:59:21 2011
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Copyright (c) 2011 Kevin Wells */
-/* Escape from the Master's Lair may be freely redistributed. See license
for details. */
-
-#ifndef player_starting_values_h
-#define player_starting_values_h
-
-const int STARTING_ITEMS_GOLD=25;
-
-const int STARTING_THROWN_STACK_SIZE=30;
-
-#endif