mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
Fix unsigned/signed
This commit is contained in:
parent
cc1bc148d0
commit
21f80c825a
@ -62,7 +62,7 @@ MxLong HistoryBook::Notify(MxParam& p_param)
|
||||
return 0;
|
||||
}
|
||||
|
||||
inline void SetColor(MxStillPresenter* p_presenter, MxU8 p_color, MxU8* p_colors, MxU32 p_x, MxU32 p_y)
|
||||
inline void SetColor(MxStillPresenter* p_presenter, MxU8 p_color, MxU8* p_colors, MxS32 p_x, MxS32 p_y)
|
||||
{
|
||||
if (p_color) {
|
||||
for (MxS32 lax = 0; lax < 4; lax++) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user