mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 17:37:39 +00:00
Fix or suppress a bunch of Clang warnings. NFCI.
This commit is contained in:
4
kite.cpp
4
kite.cpp
@@ -339,7 +339,7 @@ struct hrmap_kite : hrmap {
|
||||
return gm * where;
|
||||
}
|
||||
|
||||
virtual int wall_offset(cell *c) {
|
||||
int wall_offset(cell *c) override {
|
||||
if(WDIM == 3)
|
||||
return kite::getshape(c->master) == kite::pKite ? 10 : 0;
|
||||
else
|
||||
@@ -426,4 +426,4 @@ auto hooksw = addHook(hooks_swapdim, 100, [] { if(kite::in() && currentmap) kite
|
||||
#endif
|
||||
}}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user