mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-31 22:12:59 +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() {
|
void celldrawer::set_zebrafloor() {
|
||||||
|
|
||||||
|
if(hat::in() || kite::in()) { set_floor(cgi.shFloor); return; }
|
||||||
|
|
||||||
if(euclid) { set_floor(cgi.shTower[10]); return; }
|
if(euclid) { set_floor(cgi.shTower[10]); return; }
|
||||||
if(weirdhyperbolic) {
|
if(weirdhyperbolic) {
|
||||||
set_floor(cgi.shFloor); return;
|
set_floor(cgi.shFloor); return;
|
||||||
|
|||||||
Reference in New Issue
Block a user