1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-01 03:46:16 +00:00

fixed drawPlayerEffects arguments changed in shmup

This commit is contained in:
Zeno Rogue 2022-02-01 17:02:00 +01:00
parent 9f9b757735
commit 45d684d813

View File

@ -2998,7 +2998,7 @@ bool celldrawer::draw_shmup_monster() {
bool ths = subscreens::is_current_player(m->pid); bool ths = subscreens::is_current_player(m->pid);
if(!ths || !h) { if(!ths || !h) {
drawPlayerEffects(view, c, true); drawPlayerEffects(view, c, m->type);
if(WDIM == 3) { if(WDIM == 3) {
if(prod) { if(prod) {
hyperpoint h = m->ori * C0; // ztangent(1) hyperpoint h = m->ori * C0; // ztangent(1)