mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
fake getOrientation was in a wrong file
This commit is contained in:
parent
8f1c75404d
commit
e5d11b6b1f
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user