Mercurial > mm7
diff Overlays.h @ 142:8b8fd4d83fdc
Various things here and there
author | Nomad |
---|---|
date | Tue, 12 Feb 2013 06:28:08 +0200 |
parents | 9c0607679772 |
children | f451efdb7c8b |
line wrap: on
line diff
--- a/Overlays.h Tue Feb 12 03:02:13 2013 +0200 +++ b/Overlays.h Tue Feb 12 06:28:08 2013 +0200 @@ -25,7 +25,7 @@ struct OtherOverlayList { inline OtherOverlayList(): //----- (0045848D) - field_3E8(0), field_3EC(0) + field_3E8(0), bRedraw(false) {} int _4418B1(int a2, int a3, int a4, int a5); @@ -34,7 +34,7 @@ OtherOverlay pOverlays[50]; int field_3E8; - int field_3EC; + int bRedraw; }; #pragma pack(pop)