diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-04 23:08:13 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-04 23:08:13 +0100 |
commit | 78f847a25d37819515468fb39e214d354f889c70 (patch) | |
tree | 2aa5d204f2460b38e6362a4e4b0c58b0fd5aa96d /src/window.cpp | |
parent | two levels. moved shooting logic elsewhere (diff) | |
download | threshold-78f847a25d37819515468fb39e214d354f889c70.tar.gz threshold-78f847a25d37819515468fb39e214d354f889c70.tar.bz2 threshold-78f847a25d37819515468fb39e214d354f889c70.tar.xz threshold-78f847a25d37819515468fb39e214d354f889c70.tar.zst threshold-78f847a25d37819515468fb39e214d354f889c70.zip |
shotty makes a sound
Diffstat (limited to 'src/window.cpp')
-rw-r--r-- | src/window.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp index 0a51470..b3b8a8e 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -12,7 +12,6 @@ int initWindow(void) { // Initialization InitWindow(SCREENWIDTH, SCREENHEIGHT, "WIP -- coolspace"); - InitAudioDevice(); SetTargetFPS(60); return (0); |