mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 01:07:57 +00:00
fixed Zebra floor graphics in hat
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user