1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-12 21:27:41 +00:00

racing:: myname added to scores

This commit is contained in:
Zeno Rogue
2019-01-17 14:08:10 +01:00
parent 47e43f974c
commit 46b87a20b2
3 changed files with 5 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ void improveItemScores();
#include "private/hypersteam.cpp"
#elif !ISANDROID && !ISIOS
void achievement_init() {}
string myname() { return "Rogue"; }
void achievement_close() {}
void achievement_gain(const char* s, char flags) {
achievement_log(s, flags);