Mercurial > mm7
diff Game.h @ 2014:7a2fc95f3b99
Слияние
author | Ritor1 |
---|---|
date | Thu, 07 Nov 2013 09:19:10 +0600 |
parents | 30c2b575d25c |
children | 7f403ebf619f |
line wrap: on
line diff
--- a/Game.h Thu Nov 07 09:18:58 2013 +0600 +++ b/Game.h Thu Nov 07 09:19:10 2013 +0600 @@ -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();