changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / screens.h
index eb9da595914e2eff3dd6064097129cbd82d4837c..256fddb09d75a28aaf2b1e3e0e9ec44275477353 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "main.h"
 
-/* (arbitrary, but unique) values for HandleChooseTree() */
+// (arbitrary, but unique) values for HandleChooseTree()
 #define SCROLL_LINE    (1 * SCR_FIELDY)
 #define SCROLL_PAGE    (2 * SCR_FIELDY)
 
@@ -45,4 +45,4 @@ void setHideRelatedSetupEntries(void);
 void DumpScreenIdentifiers(void);
 boolean DoScreenAction(int);
 
-#endif /* SCREENS_H */
+#endif // SCREENS_H