siredmar / mdcii-engine

Platform independent remake of the game Anno 1602/1602AD.
GNU General Public License v2.0
19 stars 3 forks source link

bugfix stack smashing regarding rawGrowth #82

Closed siredmar closed 4 years ago

siredmar commented 4 years ago

fixes #81

raw growth data struct was two bytes to small (expectd 8 bytes), validated via hex dump of scenario file). Put two empty bytes at the end of the data struct. They seem to be constant zero.