- 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:
parent
b25c7722f3
commit
7f93ab05ee
3 changed files with 14 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue