summaryrefslogtreecommitdiff
path: root/Creatures.cpp
diff options
context:
space:
mode:
authorJapa2010-06-26 13:09:40 +0000
committerJapa2010-06-26 13:09:40 +0000
commit78d235be81ea6f54e6270cb2bcb26a38a52b24a8 (patch)
treeed695430075d22cf0982bd5eba1330650f28ba32 /Creatures.cpp
parentc4928171fc215e6dc55086a5867dcaecbb6a033a (diff)
downloadstonesense-78d235be81ea6f54e6270cb2bcb26a38a52b24a8.tar.gz
stonesense-78d235be81ea6f54e6270cb2bcb26a38a52b24a8.tar.bz2
stonesense-78d235be81ea6f54e6270cb2bcb26a38a52b24a8.tar.xz
updated to the latest DFhack, debugmode also seems to be working.
also updated the building XMLs
Diffstat (limited to 'Creatures.cpp')
-rw-r--r--Creatures.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Creatures.cpp b/Creatures.cpp
index e843076..f8e1dd6 100644
--- a/Creatures.cpp
+++ b/Creatures.cpp
@@ -312,7 +312,7 @@ void DrawCreatureText(int drawx, int drawy, t_creature* creature ){
//t_creature* global = 0;
-void ReadCreaturesToSegment(API& DF, WorldSegment* segment)
+void ReadCreaturesToSegment( DFHack::Context& DF, WorldSegment* segment)
{
int x1 = segment->x;
int x2 = segment->x + segment->sizex;