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());
}

View File

@ -635,8 +635,6 @@ int getticks();
void shareScore(MOBPAR_FORMAL);
#endif
transmatrix getOrientation() { return Id; }
void mobile_draw(MOBPAR_FORMAL) {
optimizeview();