]> git.pond.sub.org Git - empserver/commit
(FALLOUT_MAX): New.
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 4 Mar 2004 16:19:50 +0000 (16:19 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 4 Mar 2004 16:19:50 +0000 (16:19 +0000)
commitabd1fd2c1e5ba4dc752f848017419c5d768a4399
tree5ad9aac9ddf8ada7a934ca340f32f80f377d7fdc
parent828b84d840e013a79454aca53907c5d42ffc35c6
(FALLOUT_MAX): New.
(doland, detonate, spread_fallout): Use it.  With variables, fallout
beyond the capacity of variables (65535) was ignored, except in
doland(), where it saturated at 9999, and spread_fallout, where it
could overflow.  Now it always saturates at FALLOUT_MAX.
include/sect.h
src/lib/commands/edit.c
src/lib/subs/detonate.c
src/lib/update/sect.c