1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 20:07:58 +00:00

fake getOrientation was in a wrong file

This commit is contained in:
Zeno Rogue
2018-02-03 20:05:52 +01:00
parent 8f1c75404d
commit e5d11b6b1f
2 changed files with 2 additions and 2 deletions

View File

@@ -19,6 +19,8 @@ std::string picfile = "fakemobile_pic.txt";
#undef main
transmatrix getOrientation() { return Id; }
void playSound(cell *c, const string& fname, int vol) {
printf("Play sound: %s\n", fname.c_str());
}