aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw27@cam.ac.uk>2008-11-24 21:04:54 +0000
committerThomas White <taw27@cam.ac.uk>2008-11-24 21:04:54 +0000
commit6d00b2ed8e122ef493f32292e4500f73b113b2a1 (patch)
treeaa49e72c49698b0917934141cb1b32b4678c3b82
parentab6943aa521bafea8049a7d0009777d0b24d2462 (diff)
Be less of a muppet
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 500a0db..5944921 100644
--- a/src/main.c
+++ b/src/main.c
@@ -45,7 +45,7 @@ int main(int argc, char *argv[]) {
gtk_init(&argc, &argv);
g_thread_init(NULL);
- if ( SDL_Init(SDL_INIT_VIDEO) < 0 ) {
+ if ( SDL_Init(SDL_INIT_AUDIO) < 0 ) {
fprintf(stderr, "Couldn't initialise SDL: %s\n", SDL_GetError());
return 1;
}