From 1ee7f068d67d3dd9f8a0a875ceb7f0040be26dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 22 Jun 2010 22:02:46 +0200 Subject: [PATCH] Some bits --- COMPILE | 1 + tools/playground/incrementalsearch.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/COMPILE b/COMPILE index a4da697ba..cc3a5670b 100644 --- a/COMPILE +++ b/COMPILE @@ -6,6 +6,7 @@ Dependencies You'll need cmake and 'a' compiler for building the main lib and the various tools. (Linux only) Veinlook requires the wide-character ncurses library (libncursesw) +(Linux only) You'll need X11 dev libraries. Building on Linux: -------------------- diff --git a/tools/playground/incrementalsearch.cpp b/tools/playground/incrementalsearch.cpp index 3e00e3155..2671ab6bc 100644 --- a/tools/playground/incrementalsearch.cpp +++ b/tools/playground/incrementalsearch.cpp @@ -719,7 +719,7 @@ void automatedLangtables(DFHack::Context * DF, vector & rang { cout << "Elephant: caste vector = 0x" << hex << Eoffset - elephant << endl; } - Eoffset = sf.FindInRange ("SKIN",vectorStringFirst, elephant, 0x1500 ); + Eoffset = sf.FindInRange ("SKIN",vectorStringFirst, elephant, 0x2000 ); if(Eoffset) { cout << "Elephant: extract? vector = 0x" << hex << Eoffset - elephant << endl;