mirror of
https://github.com/DrBeef/Raze.git
synced 2025-03-02 23:32:01 +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"},
|
{"DukeLavaPool", "LAVAPOOL"},
|
||||||
{"RedneckCircleStuck", "CIRCLESTUCK"},
|
{"RedneckCircleStuck", "CIRCLESTUCK"},
|
||||||
{"DukePigCop", "PIGCOP"},
|
{"DukePigCop", "PIGCOP"},
|
||||||
|
{"DukeSmallSmoke", "SMALLSMOKE"},
|
||||||
};
|
};
|
||||||
|
|
||||||
for (auto& p : classes)
|
for (auto& p : classes)
|
||||||
|
|
Loading…
Reference in a new issue