mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 22:41:46 +00:00
Added default thing flag "dm" (1024) to game configurations so that things appear in deathmatch by default
This commit is contained in:
parent
be6545e8de
commit
01026a6c93
7 changed files with 14 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -78,6 +78,7 @@ defaultthingflags
|
|||
128;
|
||||
256;
|
||||
512;
|
||||
1024;
|
||||
}
|
||||
|
||||
// Flat used as sky (for missing textures check)
|
||||
|
|
|
@ -81,6 +81,7 @@ defaultthingflags
|
|||
128;
|
||||
256;
|
||||
512;
|
||||
1024;
|
||||
}
|
||||
|
||||
// Flat used as sky (for missing textures check)
|
||||
|
|
|
@ -83,6 +83,7 @@ defaultthingflags
|
|||
skill8;
|
||||
single;
|
||||
coop;
|
||||
dm;
|
||||
class1;
|
||||
class2;
|
||||
class3;
|
||||
|
|
|
@ -80,6 +80,7 @@ defaultthingflags
|
|||
128;
|
||||
256;
|
||||
512;
|
||||
1024;
|
||||
}
|
||||
|
||||
// Flat used as sky (for missing textures check)
|
||||
|
|
|
@ -80,6 +80,7 @@ defaultthingflags
|
|||
128;
|
||||
256;
|
||||
512;
|
||||
1024;
|
||||
}
|
||||
|
||||
// Flat used as sky (for missing textures check)
|
||||
|
|
|
@ -80,6 +80,7 @@ defaultthingflags
|
|||
128;
|
||||
256;
|
||||
512;
|
||||
1024;
|
||||
}
|
||||
|
||||
// Flat used as sky (for missing textures check)
|
||||
|
|
Loading…
Reference in a new issue