By popular demand.

This commit is contained in:
Mari the Deer 2021-05-17 21:34:39 +02:00
commit f023bd3a5d
3 changed files with 3 additions and 3 deletions

View file

@ -297,7 +297,7 @@ Class SWWMMainMenu : SWWMCleanMenu
override void Init( Menu parent, ListMenuDescriptor desc )
{
Super.Init(parent,desc);
demotex = TexMan.CheckForTexture("graphics/M_DEMOLITIONIST.png",TexMan.Type_Any);
demotex = TexMan.CheckForTexture("graphics/M_DEMOCHAN.png",TexMan.Type_Any);
demopos = 120;
prevms = MSTime();
}