]> git.lizzy.rs Git - nothing.git/commitdiff
Add TODO(#1024)
authorrexim <reximkut@gmail.com>
Sun, 18 Aug 2019 16:35:20 +0000 (23:35 +0700)
committerrexim <reximkut@gmail.com>
Sun, 18 Aug 2019 16:35:20 +0000 (23:35 +0700)
src/game/sound_samples.c

index 445149b7733cf633c2f310e9304296bb172dbe1c..45996917c91032851af7c3239cd5e1a2fdb08a82 100644 (file)
@@ -32,7 +32,7 @@ int init_buffer_and_device(Sound_samples *sound_samples,
         .channels = 2,
         .freq = 44100
     };
-    // TODO: a return value by SDL_GetNumAudioDevices that is <= 0 may not indicate an error
+    // TODO(#1024): a return value by SDL_GetNumAudioDevices that is <= 0 may not indicate an error
     if (SDL_GetNumAudioDevices(0) <= 0) {
         log_fail("No audio in 2019 LULW\n");
         return -1;