02 Jan 2019

This commit is contained in:
g-cont 2019-01-02 00:00:00 +03:00 committed by Alibek Omarov
parent c8407e62ad
commit 073fa79bd4
2 changed files with 3 additions and 3 deletions

View File

@ -5,10 +5,10 @@ echo Prepare source for backup
echo.
if exist backup.log del /f /q backup.log
if not exist D:\!backup/ mkdir D:\!backup\
if not exist D:\Xash3D\!backup/ mkdir D:\Xash3D\!backup\
echo Prepare OK!
echo Please wait: backup in progress
C:\Progra~1\WinRar\rar a -agMMMYYYY-DD D:\!backup\.rar -dh -m5 @backup.lst >>backup.log
C:\Progra~1\WinRar\rar a -agMMMYYYY-DD D:\Xash3D\!backup\.rar -dh -m5 @backup.lst >>backup.log
if errorlevel 1 goto error
if errorlevel 0 goto ok
:ok

View File

@ -4518,7 +4518,7 @@ qboolean SV_ParseEdict( char **pfile, edict_t *ent )
// keynames with a leading underscore are used for
// utility comments and are immediately discarded by engine
if( keyname[0] == '_' && Q_strcmp( keyname, "_light" ))
if( FBitSet( world.flags, FWORLD_SKYSPHERE ) && keyname[0] == '_' )
continue;
// ignore attempts to set value ""