Added default thing flag "dm" (1024) to game configurations so that things appear in deathmatch by default

This commit is contained in:
codeimp 2009-06-12 08:56:30 +00:00
parent be6545e8de
commit 01026a6c93
7 changed files with 14 additions and 3 deletions

View file

@ -69,9 +69,14 @@ start3dmode = 32000;
// Default flags for first new thing
defaultthingflags
{
1;
2;
4;
skill1;
skill2;
skill3;
skill4;
skill5;
single;
coop;
dm;
}
// Flat used as sky (for missing textures check)

View file

@ -78,6 +78,7 @@ defaultthingflags
128;
256;
512;
1024;
}
// Flat used as sky (for missing textures check)

View file

@ -81,6 +81,7 @@ defaultthingflags
128;
256;
512;
1024;
}
// Flat used as sky (for missing textures check)

View file

@ -83,6 +83,7 @@ defaultthingflags
skill8;
single;
coop;
dm;
class1;
class2;
class3;

View file

@ -80,6 +80,7 @@ defaultthingflags
128;
256;
512;
1024;
}
// Flat used as sky (for missing textures check)

View file

@ -80,6 +80,7 @@ defaultthingflags
128;
256;
512;
1024;
}
// Flat used as sky (for missing textures check)

View file

@ -80,6 +80,7 @@ defaultthingflags
128;
256;
512;
1024;
}
// Flat used as sky (for missing textures check)