mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-24 04:54:04 +00:00
fixup to modename displayed in watermark
This commit is contained in:
2
hud.cpp
2
hud.cpp
@@ -719,7 +719,7 @@ EX void drawStats() {
|
||||
}
|
||||
string vers = VER;
|
||||
if(true) {
|
||||
if(modename.count(current_modecode)) vers == " '" + modename[current_modecode] + "' ";
|
||||
if(modename.count(current_modecode)) vers += " '" + modename[current_modecode] + "' ";
|
||||
vers += mode_description();
|
||||
if(peace::on) vers += " peace";
|
||||
if(racing::on) vers += " racing";
|
||||
|
Reference in New Issue
Block a user