Mercurial > mm7
comparison Overlays.h @ 569:f451efdb7c8b
* Party buff icons drawing (right panel)
* Water Walk works & draws
* Fly works & draws
* Invisibility sfx works
* Some player buff icons draw
author | Nomad |
---|---|
date | Tue, 05 Mar 2013 16:14:22 +0200 |
parents | 8b8fd4d83fdc |
children | b27dd658ea77 |
comparison
equal
deleted
inserted
replaced
568:6f7d936edc9b | 569:f451efdb7c8b |
---|---|
28 field_3E8(0), bRedraw(false) | 28 field_3E8(0), bRedraw(false) |
29 {} | 29 {} |
30 | 30 |
31 int _4418B1(int a2, int a3, int a4, int a5); | 31 int _4418B1(int a2, int a3, int a4, int a5); |
32 int _4418B6(int uOverlayID, __int16 a3, int a4, int a5, __int16 a6); | 32 int _4418B6(int uOverlayID, __int16 a3, int a4, int a5, __int16 a6); |
33 unsigned int _441964(int a2); | 33 void DrawTurnBasedIcon(int a2); |
34 | 34 |
35 OtherOverlay pOverlays[50]; | 35 OtherOverlay pOverlays[50]; |
36 int field_3E8; | 36 int field_3E8; |
37 int bRedraw; | 37 int bRedraw; |
38 }; | 38 }; |