project_files/frontlib/model/gamesetup.h
changeset 8260 83d85e32c713
parent 7497 7e1d72fc03c7
child 8262 f01702bfb764
--- a/project_files/frontlib/model/gamesetup.h	Thu Dec 06 10:01:01 2012 +0100
+++ b/project_files/frontlib/model/gamesetup.h	Tue Dec 04 09:24:10 2012 +0100
@@ -31,7 +31,7 @@
 #include "teamlist.h"
 
 typedef struct {
-    char *style;				// e.g. "Capture the Flag"
+    char *style;				//! e.g. "Capture the Flag"
     flib_scheme *gamescheme;
     flib_map *map;
 	flib_teamlist *teamlist;