Mercurial > mm7
comparison StorylineTextTable.h @ 580:bcae3e06cadb
Слияние
author | Ritor1 |
---|---|
date | Wed, 06 Mar 2013 09:28:27 +0600 |
parents | 0455b0405c17 |
children |
comparison
equal
deleted
inserted
replaced
579:a295c9f956d1 | 580:bcae3e06cadb |
---|---|
15 /* 173 */ | 15 /* 173 */ |
16 #pragma pack(push, 1) | 16 #pragma pack(push, 1) |
17 struct StorylineText | 17 struct StorylineText |
18 { | 18 { |
19 void Initialize(); | 19 void Initialize(); |
20 StorylineRecord StoreLine[30]; | 20 StorylineRecord StoreLine[29]; |
21 int field_15C; | |
21 //int field_0; | 22 //int field_0; |
22 // int field_4[87]; | 23 // int field_4[87]; |
23 }; | 24 }; |
24 #pragma pack(pop) | 25 #pragma pack(pop) |
25 | 26 |