0
0
Fork 0
mirror of https://github.com/DrBeef/Raze.git synced 2025-03-02 07:13:26 +00:00

- added SMALLSMOKE to the spawn list for ZScript.

This commit is contained in:
Christoph Oelckers 2022-11-29 17:03:15 +01:00
parent f4bc5d6df8
commit 83080beed4

View file

@ -31,6 +31,7 @@ int PicForName(int intname)
{"DukeLavaPool", "LAVAPOOL"},
{"RedneckCircleStuck", "CIRCLESTUCK"},
{"DukePigCop", "PIGCOP"},
{"DukeSmallSmoke", "SMALLSMOKE"},
};
for (auto& p : classes)