diff mde/input/joystick.d @ 89:97e6dce08037

Solved some/removed some obsolete jobs/FIXMEs (excluding from gui code). General cleanup.
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 29 Sep 2008 18:27:17 +0100
parents 79d816b3e2d2
children 2a364c7d82c9
line wrap: on
line diff
--- a/mde/input/joystick.d	Mon Sep 29 12:09:44 2008 +0100
+++ b/mde/input/joystick.d	Mon Sep 29 18:27:17 2008 +0100
@@ -53,7 +53,7 @@
 /// Cleanup fct.
 StageState closeJoysticks () {
     foreach (js; joysticks) {
-        // FIXME: This sometimes causes a SIGSEGV (Address boundary error) when init fails.
+        // NOTE: This sometimes causes a SIGSEGV (Address boundary error) when init fails.
         if(js !is null) SDL_JoystickClose(js);	// only close if successfully opened
     }
     return StageState.INACTIVE;