aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.cpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-04 23:08:13 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-04 23:08:13 +0100
commit78f847a25d37819515468fb39e214d354f889c70 (patch)
tree2aa5d204f2460b38e6362a4e4b0c58b0fd5aa96d /src/window.cpp
parenttwo levels. moved shooting logic elsewhere (diff)
downloadthreshold-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.cpp1
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);