We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cecd628 commit f94e05dCopy full SHA for f94e05d
1 file changed
FootClass.h
@@ -55,8 +55,8 @@ class NOVTABLE FootClass : public TechnoClass
55
DWORD dwUnk13, DWORD dwUnk14, DWORD dwUnk15, DWORD dwUnk16) RX;
56
57
virtual void Draw_A_VXL(
58
- VoxelStruct *VXL, int HVAFrameIndex, int Flags, IndexClass<int, int> *Cache, RectangleStruct *Rectangle,
59
- Point2D *CenterPoint, Matrix3D *Matrix, DWORD dwUnk8, DWORD DrawFlags, DWORD dwUnk10) RX;
+ VoxelStruct *VXL, int HVAFrameIndex, int Flags, IndexClass<VoxelIndexKey, VoxelCacheStruct*> *Cache, RectangleStruct *Rectangle,
+ Point2D *CenterPoint, Matrix3D *Matrix, int Brightness, BlitterFlags DrawFlags, DWORD dwUnk10) RX;
60
61
virtual void GoBerzerk() RX;
62
virtual void Panic() RX;
0 commit comments