summaryrefslogtreecommitdiff
path: root/src/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c
index b2de3d9..6b93037 100644
--- a/src/state.c
+++ b/src/state.c
@@ -26,7 +26,6 @@ bool stateInit( int argn, const char **argc, const char *exePath ) {
state->run = false;
}
if ( state->run ) {
- InitAudioDevice();
state->run = luaInit( argn, argc );
}
state->defaultFont = GetFontDefault();