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:
@@ -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());
|
||||
}
|
||||
|
Reference in New Issue
Block a user