- Added disintegration damage to SectorDamage.

- Bumped savegame version, min. savegame version, netgame version and
  demo version because the inventory and damage changes are incompatible
  with the old code.

SVN r289 (trunk)
This commit is contained in:
Christoph Oelckers 2006-08-12 08:38:00 +00:00
commit 7f93ab05ee
3 changed files with 14 additions and 7 deletions

View file

@ -4962,6 +4962,7 @@ int DLevelScript::RunScript ()
{
case NAME_Fire: modtype = MOD_FIRE; break;
case NAME_Ice: modtype = MOD_ICE; break;
case NAME_Disintegrate: modtype = MOD_DISINTEGRATE; break;
default: modtype = MOD_UNKNOWN; break;
}