mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-06 08:24:06 +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;
|
string vers = VER;
|
||||||
if(true) {
|
if(true) {
|
||||||
if(modename.count(current_modecode)) vers == " '" + modename[current_modecode] + "' ";
|
if(modename.count(current_modecode)) vers += " '" + modename[current_modecode] + "' ";
|
||||||
vers += mode_description();
|
vers += mode_description();
|
||||||
if(peace::on) vers += " peace";
|
if(peace::on) vers += " peace";
|
||||||
if(racing::on) vers += " racing";
|
if(racing::on) vers += " racing";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user