mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Remove space
This commit is contained in:
parent
84761e457d
commit
3905de76be
@ -67,7 +67,6 @@ LegoCacheSound* LegoCacheSoundManager::FindSoundByKey(const char* p_key)
|
||||
strcpy(key, p_key);
|
||||
|
||||
Set100d6b4c::iterator it = m_set.find(LegoCacheSoundEntry(NULL, key));
|
||||
|
||||
if (it != m_set.end()) {
|
||||
return (*it).GetSound();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user