mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 08:57:39 +00:00
adjusted mobile to the new system
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#define MOBPAR_FORMAL int
|
||||
#define MOBPAR_ACTUAL 0
|
||||
#define MIX_MAX_VOLUME 128
|
||||
#define NOMAIN
|
||||
#include <string>
|
||||
|
||||
namespace hr {
|
||||
@@ -40,6 +41,8 @@ transmatrix getOrientation() {
|
||||
return Orient;
|
||||
}
|
||||
|
||||
void resetmusic() { printf("resetmusic\n"); }
|
||||
|
||||
void playSound(cell *c, const string& fname, int vol) {
|
||||
printf("Play sound: %s\n", fname.c_str());
|
||||
}
|
||||
|
Reference in New Issue
Block a user