mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-31 13:10:39 +00:00
- added SMALLSMOKE to the spawn list for ZScript.
This commit is contained in:
parent
f4bc5d6df8
commit
83080beed4
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ int PicForName(int intname)
|
|||
{"DukeLavaPool", "LAVAPOOL"},
|
||||
{"RedneckCircleStuck", "CIRCLESTUCK"},
|
||||
{"DukePigCop", "PIGCOP"},
|
||||
{"DukeSmallSmoke", "SMALLSMOKE"},
|
||||
};
|
||||
|
||||
for (auto& p : classes)
|
||||
|
|
Loading…
Reference in a new issue