Count limit in ScenEd
Posted: Tue Jun 22, 2010 4:22 am
Panther Paul, et al,
In the process of thrashing through the ScenEd, I found a variable type that you may want to correct.
It appears that the variable for all counts (Ammo, Basic, Fuel) is a signed integer and if you set things such that the ammo count for exceeds 2^19 - 1 (524287) it becomes a negative number (-524287)
I have no idea how this might affect the unit's performance or casue issues within ammo, basic or fuel usage routines.
Just a heads up!
Thanks,
Henry Hudson
In the process of thrashing through the ScenEd, I found a variable type that you may want to correct.
It appears that the variable for all counts (Ammo, Basic, Fuel) is a signed integer and if you set things such that the ammo count for exceeds 2^19 - 1 (524287) it becomes a negative number (-524287)
I have no idea how this might affect the unit's performance or casue issues within ammo, basic or fuel usage routines.
Just a heads up!
Thanks,
Henry Hudson