Skip to content

Commit 9aee65b

Browse files
committed
Recover wrongly removed return statement.
1 parent 5afee38 commit 9aee65b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Core/Libraries/Source/WWVegas/WW3D2/animatedsoundmgr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ AnimatedSoundMgrClass::Initialize (const char *ini_filename)
248248
// Don't re-initialize...
249249
//
250250
if (AnimSoundLists.Count () > 0) {
251+
return;
251252
}
252253

253254
const char *DEFAULT_INI_FILENAME = "w3danimsound.ini";

0 commit comments

Comments
 (0)