QTfrontend/game.h
changeset 1375 c95c6887b289
parent 1356 77ab8735401d
child 1907 a104432e8301
--- a/QTfrontend/game.h	Sat Oct 18 13:37:03 2008 +0000
+++ b/QTfrontend/game.h	Sat Oct 18 13:43:30 2008 +0000
@@ -69,12 +69,12 @@
 	void FromNetChat(const QString & msg);
 
 private:
-    enum GameType {
-        gtLocal    = 1,
-        gtQLocal   = 2,
-        gtDemo     = 3,
-        gtNet      = 4,
-	gtTraining = 5
+	enum GameType {
+		gtLocal    = 1,
+		gtQLocal   = 2,
+		gtDemo     = 3,
+		gtNet      = 4,
+		gtTraining = 5
     };
 	char msgbuf[MAXMSGCHARS];
 	QString teams[5];