- added a few class types needed for RR's UFO spawners.

This commit is contained in:
Christoph Oelckers 2022-12-13 15:49:09 +01:00
parent efd6d2cf07
commit f45265352d

View file

@ -33,6 +33,12 @@ int PicForName(int intname)
{"RedneckBowlingBallSprite", "BOWLINGBALLSPRITE"},
{"DukeToiletWater", "TOILETWATER"},
{"DukeSteam", "STEAM"},
{"RedneckHen", "HEN"},
{"RedneckCow", "COW"},
{"RedneckPig", "PIG"},
{"RedneckBillyRay", "BILLYRAY"},
{"RedneckMinion", "MINION"},
};
for (auto& p : classes)