mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 13:45:14 -04:00
use enums and inlines in more places
This commit is contained in:
@@ -4874,7 +4874,7 @@ int phase_1(daPy_lk_c* i_this) {
|
||||
dComIfGp_setLinkPlayer(i_this);
|
||||
|
||||
fopAcM_setStageLayer(i_this);
|
||||
i_this->mAttentionInfo.mFlags = 0xFFFFFFFF;
|
||||
i_this->mAttentionInfo.mFlags = ~0;
|
||||
|
||||
i_this->mAttentionInfo.mPosition.x = i_this->current.pos.x;
|
||||
i_this->mAttentionInfo.mPosition.y = i_this->current.pos.y + 125.0f;
|
||||
|
||||
Reference in New Issue
Block a user