mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-05 16:00:15 +02:00
Replaced some of integer literals with constants.
Partial cherry pick from https://github.com/evpobr/SpaceCadetPinball/tree/develop.
This commit is contained in:
parent
06ca75057d
commit
5b4f259289
7 changed files with 46 additions and 46 deletions
|
@ -67,10 +67,10 @@ int Sound::Init(HINSTANCE hInstance, int voices, void (* someFuncPtr)(int, MIXWA
|
|||
0,
|
||||
"WaveMixSoundGuy",
|
||||
nullptr,
|
||||
0x80000000,
|
||||
0x80000000,
|
||||
WS_POPUP,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0x80000000,
|
||||
0,
|
||||
nullptr,
|
||||
nullptr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue