1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 06:27:17 +00:00

fixed 'inv' displayed incorrectly in HUD mode line

This commit is contained in:
Zeno Rogue 2021-06-16 12:41:12 +02:00
parent d65e80e130
commit 442a751a33

View File

@ -663,8 +663,6 @@ EX void drawStats() {
if(princess::challenge) vers += " Princess"; if(princess::challenge) vers += " Princess";
if(randomPatternsMode) vers += " RPM"; if(randomPatternsMode) vers += " RPM";
if(land_structure) vers += " inv";
if(geometry != gNormal || !BITRUNCATED) if(geometry != gNormal || !BITRUNCATED)
vers = vers + " " + full_geometry_name(); vers = vers + " " + full_geometry_name();
} }