Skip to content

Commit

Permalink
removed unused variable buf2 in mobile.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorogue committed Aug 22, 2023
1 parent 529e27e commit b70b339
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mobile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ string buildScoreDescription() {
time_t timer;
timer = time(NULL);
char buf[128]; strftime(buf, 128, "%c", localtime(&timer));
char buf2[128];

s += XLAT("HyperRogue for Android");
s += " ( " VER "), http://www.roguetemple.com/z/hyper/\n";
s += XLAT("Date: %1 time: %2 s ", buf, getgametime_s());
s += XLAT("distance: %1\n", its(celldist(cwt.at)));
// s += buf2;
if(cheater) s += XLAT("Cheats: ") + its(cheater) + "\n";
s += XLAT("Score: ") + its(gold());

Expand Down

0 comments on commit b70b339

Please sign in to comment.