mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 00:41:55 +00:00
- fixed typo
This commit is contained in:
parent
1f7954fc29
commit
87ff99caa1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ int PicForName(int intname)
|
||||||
{
|
{
|
||||||
static std::pair<const char*, const char*> classes[] = {
|
static std::pair<const char*, const char*> classes[] = {
|
||||||
{ "DukeToiletWater", "TOILETWATER" },
|
{ "DukeToiletWater", "TOILETWATER" },
|
||||||
{ "DukeBurning", "BURNIMG"},
|
{ "DukeBurning", "BURNING"},
|
||||||
{"DukeExplosion2","EXPLOSION2"},
|
{"DukeExplosion2","EXPLOSION2"},
|
||||||
{"DukeExplosion2Bot","EXPLOSION2BOT"},
|
{"DukeExplosion2Bot","EXPLOSION2BOT"},
|
||||||
{"DukeTransporterStar", "TRANSPORTERSTAR"},
|
{"DukeTransporterStar", "TRANSPORTERSTAR"},
|
||||||
|
|
Loading…
Reference in a new issue