mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 07:39:19 +02:00
Cleaning up after __fastcall remove.
Cleaning up project after remove _fastcall. Project now buildable.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include "Logs.h"
|
||||
#include "McZapkie\mctools.hpp"
|
||||
|
||||
__fastcall TRealSound::TRealSound()
|
||||
TRealSound::TRealSound()
|
||||
{
|
||||
pSound = NULL;
|
||||
dSoundAtt = -1;
|
||||
@@ -33,7 +33,7 @@ __fastcall TRealSound::TRealSound()
|
||||
bLoopPlay = false; // dźwięk wyłączony
|
||||
}
|
||||
|
||||
__fastcall TRealSound::~TRealSound()
|
||||
TRealSound::~TRealSound()
|
||||
{
|
||||
// if (this) if (pSound) pSound->Stop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user