add place sound effect

This commit is contained in:
2025-03-25 11:26:12 +01:00
parent 293a211d55
commit 8bbcd29c56
4 changed files with 4 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ typedef struct {
struct gametime time;
audiodevice* audio_device;
audiodata music;
audiodata place_sfx;
time_t timer_music;
time_t timer_update;
time_t timer_input;