- 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)