mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-23 12:22:42 +00:00
kill SEEF, fix *ver
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1422 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
453fa9e589
commit
609e5a0097
1 changed files with 0 additions and 5 deletions
|
@ -351,9 +351,6 @@ void CL_SendConnectPacket (
|
||||||
fteprotextsupported |= PEXT_FLOATCOORDS;
|
fteprotextsupported |= PEXT_FLOATCOORDS;
|
||||||
#endif
|
#endif
|
||||||
fteprotextsupported |= PEXT_SPAWNSTATIC2;
|
fteprotextsupported |= PEXT_SPAWNSTATIC2;
|
||||||
#ifdef PEXT_SEEF1
|
|
||||||
fteprotextsupported |= PEXT_SEEF1;
|
|
||||||
#endif
|
|
||||||
fteprotextsupported |= PEXT_SPLITSCREEN;
|
fteprotextsupported |= PEXT_SPLITSCREEN;
|
||||||
fteprotextsupported |= PEXT_HEXEN2;
|
fteprotextsupported |= PEXT_HEXEN2;
|
||||||
fteprotextsupported |= PEXT_CUSTOMTEMPEFFECTS;
|
fteprotextsupported |= PEXT_CUSTOMTEMPEFFECTS;
|
||||||
|
@ -2344,8 +2341,6 @@ void CL_Init (void)
|
||||||
cls.state = ca_disconnected;
|
cls.state = ca_disconnected;
|
||||||
|
|
||||||
sprintf (st, "%s %i", DISTRIBUTION, build_number());
|
sprintf (st, "%s %i", DISTRIBUTION, build_number());
|
||||||
|
|
||||||
sprintf (st, "%s", DISTRIBUTION);
|
|
||||||
Info_SetValueForStarKey (cls.userinfo, "*ver", st, MAX_INFO_STRING);
|
Info_SetValueForStarKey (cls.userinfo, "*ver", st, MAX_INFO_STRING);
|
||||||
|
|
||||||
InitValidation();
|
InitValidation();
|
||||||
|
|
Loading…
Reference in a new issue