mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +00:00
export drawPlayer
This commit is contained in:
parent
f6d90db750
commit
7b6ffd689c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user