diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-05-09 18:04:42 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-05-09 18:04:42 +0000 |
commit | 026b51719172c865bc8fefe7ffd63cc79c74db1c (patch) | |
tree | 559947ebd3f8f0ba000bd72f927dc337430c38c6 /source/cl_main.c | |
parent | 89e431fa54b292ff1ebd5346c06e733cdb710bd9 (diff) |
Autodetect gzipped demos during playback.
Extended menu scripts.
Diffstat (limited to 'source/cl_main.c')
-rw-r--r-- | source/cl_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/cl_main.c b/source/cl_main.c index a81b319..0f0de10 100644 --- a/source/cl_main.c +++ b/source/cl_main.c @@ -2911,7 +2911,6 @@ void CL_Shutdown( void ) { inflateEnd( &cls.z ); #endif - UI_Shutdown(); S_Shutdown(); IN_Shutdown(); Con_Shutdown(); |