mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed error reported by clang
This commit is contained in:
parent
ad501869f1
commit
e5e9e88da2
@ -555,6 +555,8 @@ struct hrmap_crystal : hrmap_standard {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
transmatrix adj(cell *c, int d) override { return hrmap_standard::adj(c, d); }
|
||||
|
||||
void draw() override {
|
||||
if(!crystal3()) { hrmap_standard::draw(); return; }
|
||||
sphereflip = Id;
|
||||
|
Loading…
Reference in New Issue
Block a user