mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-26 21:37:02 +00:00
fixup to modename displayed in watermark
This commit is contained in:
parent
046deb799c
commit
b86eaa5693
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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user