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
1 changed files with 0 additions and 2 deletions

View File

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