comparison Game.h @ 2006:30c2b575d25c

signed fixes DamagePlayerFromMonster -1 indexing
author zipi
date Wed, 06 Nov 2013 13:06:02 +0000
parents 934074e7fcc1
children 7f403ebf619f
comparison
equal deleted inserted replaced
2005:8fa26b63244a 2006:30c2b575d25c
96 bool PickMouse(float fPickDepth, unsigned int uMouseX, unsigned int uMouseY, bool bOutline, struct Vis_SelectionFilter *sprite_filter, struct Vis_SelectionFilter *face_filter); 96 bool PickMouse(float fPickDepth, unsigned int uMouseX, unsigned int uMouseY, bool bOutline, struct Vis_SelectionFilter *sprite_filter, struct Vis_SelectionFilter *face_filter);
97 bool PickKeyboard(bool bOutline, struct Vis_SelectionFilter *sprite_filter, struct Vis_SelectionFilter *face_filter); 97 bool PickKeyboard(bool bOutline, struct Vis_SelectionFilter *sprite_filter, struct Vis_SelectionFilter *face_filter);
98 void OutlineSelection(); 98 void OutlineSelection();
99 signed int _44EC23(struct Polygon *a2, int *a3, signed int a4); 99 signed int _44EC23(struct Polygon *a2, int *a3, signed int a4);
100 signed int _44ED0A(struct BLVFace *a2, int *a3, signed int a4); 100 signed int _44ED0A(struct BLVFace *a2, int *a3, signed int a4);
101 bool AlterGamma_BLV(struct BLVFace *pFace, unsigned int *pColor); 101 bool AlterGamma_BLV(struct BLVFace *pFace, signed int *pColor);
102 bool AlterGamma_ODM(struct ODMFace *pFace, unsigned int *pColor); 102 bool AlterGamma_ODM(struct ODMFace *pFace, signed int *pColor);
103 bool draw_debug_outlines(); 103 bool draw_debug_outlines();
104 bool _44EEA7(); 104 bool _44EEA7();
105 bool _44F07B(); 105 bool _44F07B();
106 void ToggleFlags(unsigned int uMask); 106 void ToggleFlags(unsigned int uMask);
107 void ToggleFlags2(unsigned int uFlag); 107 void ToggleFlags2(unsigned int uFlag);