From 9cb1d207cbc896494b60068aa61598502675e4b7 Mon Sep 17 00:00:00 2001 From: Charadon Date: Wed, 8 Jun 2022 06:27:13 -0400 Subject: Changed how title music was played to make it respect settings --- src/pong.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pong.h') diff --git a/src/pong.h b/src/pong.h index 74a208a..a9adf41 100644 --- a/src/pong.h +++ b/src/pong.h @@ -51,6 +51,7 @@ extern int Difficulty; extern bool GameGoing; extern SDL_atomic_t Ticks; extern char VersionString[256]; +extern SDL_mutex *AudioInitializing; void enemy(struct Players *Enemy, struct Balls ball); void ball(Rectangle *Player, Rectangle *Enemy, struct Balls *Ball, int *PlayerScore, int *EnemyScore); -- cgit 1.4.1-2-gfad0