mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-12 03:33:00 +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
|
#undef main
|
||||||
|
|
||||||
|
transmatrix getOrientation() { return Id; }
|
||||||
|
|
||||||
void playSound(cell *c, const string& fname, int vol) {
|
void playSound(cell *c, const string& fname, int vol) {
|
||||||
printf("Play sound: %s\n", fname.c_str());
|
printf("Play sound: %s\n", fname.c_str());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user