mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-13 16:49:43 +00:00
changes to compile on Android/iOS
This commit is contained in:
2
init.cpp
2
init.cpp
@@ -455,7 +455,7 @@ string buildScoreDescription() {
|
||||
|
||||
s += XLAT("HyperRogue for Android");
|
||||
s += " ( " VER "), http://www.roguetemple.com/z/hyper/\n";
|
||||
s += XLAT("Date: %1 time: %2 s ", buf, getgametime());
|
||||
s += XLAT("Date: %1 time: %2 s ", buf, getgametime_s());
|
||||
s += XLAT("distance: %1\n", its(celldist(cwt.c)));
|
||||
// s += buf2;
|
||||
if(cheater) s += XLAT("Cheats: ") + its(cheater) + "\n";
|
||||
|
||||
Reference in New Issue
Block a user