Mercurial > mm7
comparison 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 |
comparison
equal
deleted
inserted
replaced
1457:9dc33590f93e | 1458:934074e7fcc1 |
---|---|
1306 } | 1306 } |
1307 } | 1307 } |
1308 } | 1308 } |
1309 | 1309 |
1310 //----- (0040DEA5) -------------------------------------------------------- | 1310 //----- (0040DEA5) -------------------------------------------------------- |
1311 void __cdecl AudioPlayer::MessWithChannels() | 1311 void AudioPlayer::MessWithChannels() |
1312 { | 1312 { |
1313 pAudioPlayer->StopChannels(-1, -1); | 1313 pAudioPlayer->StopChannels(-1, -1); |
1314 } | 1314 } |
1315 | 1315 |
1316 | 1316 |
2268 } | 2268 } |
2269 // 4D82F4: using guessed type int __stdcall AIL_3D_sample_status(int); | 2269 // 4D82F4: using guessed type int __stdcall AIL_3D_sample_status(int); |
2270 // 4ABF23: using guessed type int var_48[16]; | 2270 // 4ABF23: using guessed type int var_48[16]; |
2271 | 2271 |
2272 //----- (004ABFDB) -------------------------------------------------------- | 2272 //----- (004ABFDB) -------------------------------------------------------- |
2273 void __cdecl PlayLevelMusic() | 2273 void PlayLevelMusic() |
2274 { | 2274 { |
2275 unsigned int v0; // eax@1 | 2275 unsigned int v0; // eax@1 |
2276 | 2276 |
2277 v0 = pMapStats->GetMapInfo(pCurrentMapName.data()); | 2277 v0 = pMapStats->GetMapInfo(pCurrentMapName.data()); |
2278 if ( v0 ) | 2278 if ( v0 ) |