diff options
| author | Espen Wiborg | 2012-01-06 12:10:11 +0100 |
|---|---|---|
| committer | Espen Wiborg | 2012-01-06 12:10:30 +0100 |
| commit | 6d79255131b4f6edfe1cfcaf6e5eed20ec2cc0ca (patch) | |
| tree | a21af84b5fccd6049f178162f0173b85f156faf0 /plugins/liquids.cpp | |
| parent | 06f1cffcbf658c47438b08816ba7a79240554927 (diff) | |
| download | dfhack-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.cpp | 2 |
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); } |
