Mercurial > mm7
diff mm7_data.cpp @ 426:94546824edad
Chests party fixed
author | Nomad |
---|---|
date | Sat, 23 Feb 2013 22:59:01 +0200 |
parents | ad1e9c0bf6da |
children | 49d945ce4285 |
line wrap: on
line diff
--- a/mm7_data.cpp Sat Feb 23 21:14:31 2013 +0200 +++ b/mm7_data.cpp Sat Feb 23 22:59:01 2013 +0200 @@ -685,10 +685,10 @@ char _4E2B21_buff_spell_tooltip_colors[80]; char byte_4E2B70[777]; // weak char byte_4E2BC8; // weak -int pChestSmthn1ByType[8]; -int pChestSmthn2ByType[8]; -int pChestWidthsByType[8]; -int pChestHeightsByType[8]; +int pChestSmthn1ByType[8] = {42, 18, 18, 42, 42, 42, 18, 42}; +int pChestSmthn2ByType[8] = {34, 30, 30, 34, 34, 34, 30, 34}; +int pChestWidthsByType[8] = {9, 9, 9, 9, 9, 9, 9, 9}; +int pChestHeightsByType[8] = {9, 9, 9, 9, 9, 9, 9, 9}; char aSS[777]; // idb char ascii_4E2C54[6]; char ascii_4E2C5C[7];