Fix more instances of Clang's -Wunqualified-std-cast-call

This commit is contained in:
Arthur O'Dwyer
2022-07-05 13:28:00 -04:00
parent 85753d240f
commit 0ae74aad62
17 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -859,7 +859,7 @@ EX void monstersTurn() {
changes.value_keep(crush_now);
changes.value_keep(crush_next);
crush_now = move(crush_next);
crush_now = std::move(crush_next);
crush_next.clear();
DEBB(DF_TURN, ("heat"));