Mercurial > mm7
diff stru159.h @ 1288:7adc8b9b6a25
Слияние
author | Ritor1 |
---|---|
date | Mon, 10 Jun 2013 09:30:21 +0600 |
parents | fd3bea473c0c |
children | 2423bc2af692 |
line wrap: on
line diff
--- a/stru159.h Mon Jun 10 09:30:12 2013 +0600 +++ b/stru159.h Mon Jun 10 09:30:21 2013 +0600 @@ -8,7 +8,7 @@ { char *video_name; int field_4; - int field_8; + int house_npc_id; unsigned __int8 uBuildingType; unsigned __int8 uRoomSoundId; unsigned __int16 padding_e; @@ -16,4 +16,4 @@ #pragma pack(pop) -extern const stru159 pAnimatedRooms[196]; \ No newline at end of file +extern std::array<const stru159, 196> pAnimatedRooms; \ No newline at end of file