Format cl_ui file

This commit is contained in:
smallmodel 2024-09-13 21:36:23 +02:00
parent e128c93ad9
commit 690a7a7557
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
2 changed files with 4 additions and 4 deletions

View file

@ -3978,10 +3978,10 @@ void S_ServerLoaded(void)
S_TriggeredMusic_Stop();
s_bSoundPaused = qtrue;
S_ReLoad( &svs.soundSystem );
S_ReLoad(&svs.soundSystem);
if( svs.tm_filename[ 0 ] ) {
S_TriggeredMusic_SetupHandle( svs.tm_filename, svs.tm_loopcount, svs.tm_offset, 0 );
if (svs.tm_filename[0]) {
S_TriggeredMusic_SetupHandle(svs.tm_filename, svs.tm_loopcount, svs.tm_offset, 0);
}
}

View file

@ -1,6 +1,6 @@
/*
===========================================================================
Copyright (C) 2023 the OpenMoHAA team
Copyright (C) 2023-2024 the OpenMoHAA team
This file is part of OpenMoHAA source code.