Mercurial > mm7
diff Game.h @ 2006:30c2b575d25c
signed fixes
DamagePlayerFromMonster -1 indexing
author | zipi |
---|---|
date | Wed, 06 Nov 2013 13:06:02 +0000 |
parents | 934074e7fcc1 |
children | 7f403ebf619f |
line wrap: on
line diff
--- a/Game.h Wed Nov 06 00:09:47 2013 -0800 +++ b/Game.h Wed Nov 06 13:06:02 2013 +0000 @@ -98,8 +98,8 @@ void OutlineSelection(); signed int _44EC23(struct Polygon *a2, int *a3, signed int a4); signed int _44ED0A(struct BLVFace *a2, int *a3, signed int a4); - bool AlterGamma_BLV(struct BLVFace *pFace, unsigned int *pColor); - bool AlterGamma_ODM(struct ODMFace *pFace, unsigned int *pColor); + bool AlterGamma_BLV(struct BLVFace *pFace, signed int *pColor); + bool AlterGamma_ODM(struct ODMFace *pFace, signed int *pColor); bool draw_debug_outlines(); bool _44EEA7(); bool _44F07B();