1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

removed debug printf

This commit is contained in:
zsilencer
2014-08-24 02:00:00 -06:00
parent 04e5a028d9
commit 835871a475

View File

@@ -232,7 +232,6 @@ void sound_stop(rct_sound* sound)
*/
rct_sound* sound_remove(rct_sound* sound)
{
printf("sound_remove called\n");
rct_sound* result = RCT2_GLOBAL(RCT2_ADDRESS_SOUNDLIST_BEGIN, rct_sound*);
if(sound == result){
if(sound == RCT2_GLOBAL(RCT2_ADDRESS_SOUNDLIST_END, rct_sound*)){