MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / cSound_Amiga

Method cSound_Amiga

Source/Amiga/Sound_Amiga.cpp:60–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60cSound_Amiga::cSound_Amiga() {
61
62 mVal = 0;
63 mLock = SDL_CreateMutex();
64
65 mPlayingTrack = -1;
66 mPlayingSong = -1;
67
68 mAudioSpec = 0;
69 mCurrentMusic = 0;
70 mCurrentSfx.resize(5);
71 devicePrepare();
72}
73
74cSound_Amiga::~cSound_Amiga() {
75

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.80

Tested by

no test coverage detected