- Fixed: The MinotaurFriend's MF4_NOTARGETSWITCH was put on AMinotaurFX1.

SVN r363 (trunk)
This commit is contained in:
Christoph Oelckers 2006-10-27 08:20:54 +00:00
commit b178bb2612
3 changed files with 3 additions and 1 deletions

View file

@ -932,6 +932,7 @@ void D_DoAdvanceDemo (void)
MapData * map = P_OpenMapData("TITLEMAP");
if (map != NULL)
{
delete map;
G_InitNew ("TITLEMAP", true);
return;
}