1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 18:59:59 +00:00

export drawPlayer

This commit is contained in:
Zeno Rogue 2020-01-02 16:54:16 +01:00
parent f6d90db750
commit 7b6ffd689c

View File

@ -974,7 +974,7 @@ EX void drawTerraWarrior(const transmatrix& V, int t, int hp, double footphase)
}
#endif
void drawPlayer(eMonster m, cell *where, const transmatrix& V, color_t col, double footphase, bool stop = false) {
EX void drawPlayer(eMonster m, cell *where, const transmatrix& V, color_t col, double footphase, bool stop IS(false)) {
charstyle& cs = getcs();
auto& knighted = camelot::knighted;