- fixed typo

This commit is contained in:
Christoph Oelckers 2022-12-12 09:26:23 +01:00
parent 1f7954fc29
commit 87ff99caa1

View file

@ -15,7 +15,7 @@ int PicForName(int intname)
{
static std::pair<const char*, const char*> classes[] = {
{ "DukeToiletWater", "TOILETWATER" },
{ "DukeBurning", "BURNIMG"},
{ "DukeBurning", "BURNING"},
{"DukeExplosion2","EXPLOSION2"},
{"DukeExplosion2Bot","EXPLOSION2BOT"},
{"DukeTransporterStar", "TRANSPORTERSTAR"},