mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-06 04:17:58 +00:00
Fix more instances of Clang's -Wunqualified-std-cast-call
This commit is contained in:
@@ -269,7 +269,7 @@ struct crystal_structure {
|
||||
next.resize(4, {2,3,1,0});
|
||||
next_to_prev();
|
||||
while(dir < S7) {
|
||||
crystal_structure csx = move(*this);
|
||||
crystal_structure csx = std::move(*this);
|
||||
add_dimension_to(csx);
|
||||
}
|
||||
if(dir > S7) remove_half_dimension();
|
||||
|
Reference in New Issue
Block a user