riperiperi / Simitone

Re-implementation of The Sims 1, based off of FreeSO.
http://freeso.org
335 stars 25 forks source link

Needs on object previews are unsigned, giving incorrect values #18

Closed BakaOsaka closed 4 years ago

BakaOsaka commented 4 years ago

Certain objects in The Sims have non-positive needs values which are not correctly represented in object previews. The Espresso machine for example gives negative points to Bladder, but on the object preview it shows an incorrect value: Needs

riperiperi commented 4 years ago

Simple one - that should be signed instead of unsigned.