mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-09 09:54:06 +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);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
transmatrix adj(cell *c, int d) override { return hrmap_standard::adj(c, d); }
|
||||||
|
|
||||||
void draw() override {
|
void draw() override {
|
||||||
if(!crystal3()) { hrmap_standard::draw(); return; }
|
if(!crystal3()) { hrmap_standard::draw(); return; }
|
||||||
sphereflip = Id;
|
sphereflip = Id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user