diff --git a/Memory.xml b/Memory.xml index bf7507cb4..5417f68ce 100644 --- a/Memory.xml +++ b/Memory.xml @@ -2074,8 +2074,8 @@ - maybe - maybe + +
@@ -2123,7 +2123,6 @@ - --> @@ -2653,6 +2652,97 @@ + + + + +
+
+
+
+
+ + +
+
+
+ + + + + + + + + + + + + + + +
+ + + +
+ + + + +
+
+ + + + + +
+
+
+
+
+ one of those: + 0x944c3c8 + 0x944c3d4 + + + + + + + +
+
+ + + + + +
+
+ + + + diff --git a/library/VersionInfo.cpp b/library/VersionInfo.cpp index bea8fa016..794ed095b 100644 --- a/library/VersionInfo.cpp +++ b/library/VersionInfo.cpp @@ -26,12 +26,34 @@ distribution. #include "dfhack/VersionInfo.h" #include "dfhack/DFError.h" #include "dfhack/DFProcess.h" +#include //Inital amount of space in levels vector (since we usually know the number, efficient!) #define NUM_RESERVE_LVLS 20 #define NUM_RESERVE_MOODS 6 using namespace DFHack; +//FIXME: put those in some shared file +template