mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-11 23:06:00 +00:00
Fix more instances of Clang's -Wunqualified-std-cast-call
This commit is contained in:
@@ -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"));
|
||||
|
Reference in New Issue
Block a user