mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-24 22:59:24 +00:00
sound safeties and future notes
This commit is contained in:
parent
39b9b47caf
commit
c4ae6258cc
15 changed files with 39 additions and 48 deletions
|
|
@ -279,10 +279,10 @@ bool SplashData::preload(bool server, String &errorStr)
|
|||
|
||||
if (!server)
|
||||
{
|
||||
if (getSound() != StringTable->EmptyString() && !isSoundValid())
|
||||
if (!isSoundValid())
|
||||
{
|
||||
Con::errorf(ConsoleLogEntry::General, "SplashData::preload: Invalid Sound asset.");
|
||||
return false;
|
||||
//return false;
|
||||
}
|
||||
|
||||
S32 i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue