mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-20 18:42:26 +00:00
- added a few class types needed for RR's UFO spawners.
This commit is contained in:
parent
efd6d2cf07
commit
f45265352d
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue