mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +00:00
- Fixed incorrect spawn ID for cell pack.
SVN r308 (trunk)
This commit is contained in:
parent
d62e6c5332
commit
848097cd2e
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
August 23, 2006
|
||||||
|
- Fixed incorrect spawn ID for cell pack.
|
||||||
|
|
||||||
August 22, 2006
|
August 22, 2006
|
||||||
- Added Martin Howe's code for replacing environment variables in partial IWAD
|
- Added Martin Howe's code for replacing environment variables in partial IWAD
|
||||||
search paths.
|
search paths.
|
||||||
|
|
|
@ -95,7 +95,7 @@ ACTOR Cell : Ammo 2047
|
||||||
ACTOR CellPack : Cell 17
|
ACTOR CellPack : Cell 17
|
||||||
{
|
{
|
||||||
Game Doom
|
Game Doom
|
||||||
SpawnID 11
|
SpawnID 142
|
||||||
Inventory.PickupMessage "$GOTCELLBOX"
|
Inventory.PickupMessage "$GOTCELLBOX"
|
||||||
Inventory.Amount 100
|
Inventory.Amount 100
|
||||||
States
|
States
|
||||||
|
|
Loading…
Reference in a new issue