diff AudioPlayer.cpp @ 1458:934074e7fcc1

ModalWindow __thiscall and __cdecl removed Some random renames & refactors
author Nomad
date Wed, 21 Aug 2013 14:26:36 +0200
parents 16a24dc103e7
children 7ef4b64f6329
line wrap: on
line diff
--- a/AudioPlayer.cpp	Wed Aug 14 00:40:51 2013 +0400
+++ b/AudioPlayer.cpp	Wed Aug 21 14:26:36 2013 +0200
@@ -1308,7 +1308,7 @@
 }
 
 //----- (0040DEA5) --------------------------------------------------------
-void __cdecl AudioPlayer::MessWithChannels()
+void  AudioPlayer::MessWithChannels()
 {
   pAudioPlayer->StopChannels(-1, -1);
 }
@@ -2270,7 +2270,7 @@
 // 4ABF23: using guessed type int var_48[16];
 
 //----- (004ABFDB) --------------------------------------------------------
-void __cdecl PlayLevelMusic()
+void  PlayLevelMusic()
 {
   unsigned int v0; // eax@1