mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-05 19:39:04 +00:00
enum class used for PPR
This commit is contained in:
@@ -3214,7 +3214,7 @@ bool drawMonster(const transmatrix& V, cell *c, const transmatrix*& Vboat, trans
|
||||
ShadowV(view, shPHead);
|
||||
}
|
||||
else if(peace::on) {
|
||||
queuepolyat(mmscale(view, 1.15), shDisk, col, PPR_MISSILE);
|
||||
queuepolyat(mmscale(view, 1.15), shDisk, col, PPR::MISSILE);
|
||||
ShadowV(view, shPHead);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user