Added one missing file.

SVN r376 (trunk)
This commit is contained in:
Christoph Oelckers 2006-11-05 07:34:41 +00:00
parent 8c2f651bdb
commit ae1eb01649
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
/***************************************************************************/
//
// shown for respawning Doom and Strife items
//
/***************************************************************************/
ACTOR ItemFog
{
+NOBLOCKMAP
+NOGRAVITY
States
{
Spawn:
IFOG ABABCDE 6 BRIGHT
Stop
}
}