mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-03-14 08:49:48 -04:00
Fix unsigned/signed
This commit is contained in:
parent
cc1bc148d0
commit
21f80c825a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue