changed "http" to "https" in URLs
[rocksndiamonds.git] / src / libgame / joystick.c
index f092c11d677fa03a0beb7f868aff13efa41d903d..0c61c57ad056bd75e16c4ec828504ce257e4a673 100644 (file)
@@ -4,7 +4,7 @@
 // (c) 1995-2014 by Artsoft Entertainment
 //                         Holger Schemel
 //                 info@artsoft.org
-//                 http://www.artsoft.org/
+//                 https://www.artsoft.org/
 // ----------------------------------------------------------------------------
 // joystick.c
 // ============================================================================
@@ -17,9 +17,9 @@
 #include "misc.h"
 
 
-/* ========================================================================= */
-/* platform independent joystick functions                                   */
-/* ========================================================================= */
+// ============================================================================
+// platform independent joystick functions
+// ============================================================================
 
 #define TRANSLATE_JOYSYMBOL_TO_JOYNAME 0
 #define TRANSLATE_JOYNAME_TO_JOYSYMBOL 1
@@ -320,7 +320,7 @@ void DeactivateJoystick(void)
 
 void ActivateJoystick(void)
 {
-  /* reactivate temporarily deactivated joystick */
+  // reactivate temporarily deactivated joystick
 
   if (joystick.status & JOYSTICK_AVAILABLE)
     joystick.status |= JOYSTICK_ACTIVE;