summaryrefslogtreecommitdiff
path: root/MapLoading.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MapLoading.cpp')
-rw-r--r--MapLoading.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/MapLoading.cpp b/MapLoading.cpp
index b1c8fe5..6957aa3 100644
--- a/MapLoading.cpp
+++ b/MapLoading.cpp
@@ -8,8 +8,9 @@
#include "Creatures.h"
#include "ContentLoader.h"
#include "Occlusion_Test.h"
-#include <df/plant.h>
#include <df/flow_info.h>
+#include <df/plant.h>
+#include <df/flow_info.h>
#include "df/item_constructed.h"
#include "df/itemimprovement.h"
#include "df/itemimprovement_threadst.h"
@@ -597,8 +598,8 @@ void ReadCellToSegment(DFHack::Core& DF, WorldSegment& segment, int CellX, int C
//add effects
for(auto iter = trueBlock->flows.begin(); iter != trueBlock->flows.end(); iter++)
- {
- df::flow_info * eff = *iter;
+ {
+ df::flow_info * eff = *iter;
assert(eff != NULL);
Block* b = segment.getBlock( eff->x, eff->y, eff->z);
if(!b)