Fix another diggingInvaders compiler error

Windows-specific, for some strange reason

Ref #1145
develop
lethosor 2017-08-07 09:29:46 -04:00
parent a383cc9a30
commit 05b238c879
1 changed files with 1 additions and 1 deletions

@ -199,7 +199,7 @@ public:
}
int32_t operator()(df::coord p1, df::coord p2) {
int32_t operator()(df::coord p1, df::coord p2) const {
if ( p1 == p2 ) return 0;
auto i1 = pointCost->find(p1);
auto i2 = pointCost->find(p2);