mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-24 13:49:01 -04:00
More -Wpointer-arith fixes
This commit is contained in:
@@ -290,7 +290,7 @@ void dMenu_ItemExplain_c::move() {
|
||||
if (status != mStatus) {
|
||||
(this->*init_process[mStatus])();
|
||||
}
|
||||
if (mStatus != NULL) {
|
||||
if (mStatus != 0) {
|
||||
mpInfoScreen->animation();
|
||||
}
|
||||
if (g_ringHIO.mItemDescAlpha != mDescAlpha) {
|
||||
|
||||
Reference in New Issue
Block a user