mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
fixed Zebra floor graphics in hat
This commit is contained in:
parent
511ffe8498
commit
a9b6452d25
@ -2977,6 +2977,8 @@ void celldrawer::set_towerfloor(const cellfunction& cf) {
|
||||
|
||||
void celldrawer::set_zebrafloor() {
|
||||
|
||||
if(hat::in() || kite::in()) { set_floor(cgi.shFloor); return; }
|
||||
|
||||
if(euclid) { set_floor(cgi.shTower[10]); return; }
|
||||
if(weirdhyperbolic) {
|
||||
set_floor(cgi.shFloor); return;
|
||||
|
Loading…
Reference in New Issue
Block a user