diff --git a/SpaceCadetPinball/Sound.cpp b/SpaceCadetPinball/Sound.cpp index 033793f..6660080 100644 --- a/SpaceCadetPinball/Sound.cpp +++ b/SpaceCadetPinball/Sound.cpp @@ -1,5 +1,5 @@ -#include "options.h" #include "pch.h" +#include "options.h" #include "Sound.h" #include "maths.h" diff --git a/SpaceCadetPinball/SpaceCadetPinball.cpp b/SpaceCadetPinball/SpaceCadetPinball.cpp index 2ae61e0..2452dde 100644 --- a/SpaceCadetPinball/SpaceCadetPinball.cpp +++ b/SpaceCadetPinball/SpaceCadetPinball.cpp @@ -1,8 +1,4 @@ -// SpaceCadetPinball.cpp : This file contains the 'main' function. Program execution begins and ends there. -// - #include "pch.h" - #include "winmain.h" int main(int argc, char* argv[]) diff --git a/SpaceCadetPinball/control.cpp b/SpaceCadetPinball/control.cpp index df1ae4c..b369424 100644 --- a/SpaceCadetPinball/control.cpp +++ b/SpaceCadetPinball/control.cpp @@ -1275,6 +1275,7 @@ void control::DrainBallBlockerControl(MessageCode code, TPinballComponent* calle break; } } + default: break; } }