1
0
Fork 0
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:
Muzychenko Andrey 2022-02-25 10:00:20 +03:00
parent 06ca75057d
commit 5b4f259289
7 changed files with 46 additions and 46 deletions

View file

@ -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,