]> git.sur5r.net Git - c128-kasse/commit
Revert "calculate money when loading statefile"
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 1 Nov 2009 11:14:22 +0000 (12:14 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 1 Nov 2009 11:14:22 +0000 (12:14 +0100)
commit8766621b4138baf3822a71efa96777fabacc6a44
tree2c67bf06ecf7567cf59443b92bb65f35344b2d91
parentf4e3ff08daaa9ea39c40cf458154bdc28a1d1691
Revert "calculate money when loading statefile"

This reverts commit c15e61817a0f5c4e4d28e406d8b3761be32f1cfc.

We have to wait until we can use a datatype which doesn’t overflow
so easily. Currently, we have a maximum of 65535, which is, in combination
with other funny bugs (256 entities of X sold) reached quite quickly.
src/config.c