summaryrefslogtreecommitdiff
path: root/plugins/liquids.cpp
diff options
context:
space:
mode:
authorEspen Wiborg2012-01-06 12:10:11 +0100
committerEspen Wiborg2012-01-06 12:10:30 +0100
commit6d79255131b4f6edfe1cfcaf6e5eed20ec2cc0ca (patch)
treea21af84b5fccd6049f178162f0173b85f156faf0 /plugins/liquids.cpp
parent06f1cffcbf658c47438b08816ba7a79240554927 (diff)
downloaddfhack-6d79255131b4f6edfe1cfcaf6e5eed20ec2cc0ca.tar.gz
dfhack-6d79255131b4f6edfe1cfcaf6e5eed20ec2cc0ca.tar.bz2
dfhack-6d79255131b4f6edfe1cfcaf6e5eed20ec2cc0ca.tar.xz
Make gcc happy, too
Diffstat (limited to 'plugins/liquids.cpp')
-rw-r--r--plugins/liquids.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/liquids.cpp b/plugins/liquids.cpp
index 1ac7c759..7da01793 100644
--- a/plugins/liquids.cpp
+++ b/plugins/liquids.cpp
@@ -191,7 +191,7 @@ public:
return v;
}
private:
- void maybeFlood(DFCoord &c, std::stack<DFCoord> &to_flood, MapCache &mc) {
+ void maybeFlood(DFCoord c, std::stack<DFCoord> &to_flood, MapCache &mc) {
if (mc.testCoord(c)) {
to_flood.push(c);
}