This commit is contained in:
Glenn Maynard
2004-03-18 01:32:40 +00:00
parent 6ea531d584
commit 5788f354e6
+1 -1
View File
@@ -112,7 +112,7 @@ RageSound::RageSound(const RageSound &cpy):
* copy this down here. */
m_sFilePath = cpy.m_sFilePath;
/* Register ourselves, so we receive Update()s. We have a different ID than
/* Register ourself, so we receive Update()s. We have a different ID than
* our parent. */
ID = SOUNDMAN->RegisterSound( this );
}