Ver Fonte

Change default difficulty to "Normal"

Ivan Savenko há 2 anos atrás
pai
commit
9d901efb0c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/StartInfo.h

+ 1 - 1
lib/StartInfo.h

@@ -111,7 +111,7 @@ struct DLL_LINKAGE StartInfo
 		h & campState;
 	}
 
-	StartInfo() : mode(INVALID), difficulty(0), seedToBeUsed(0), seedPostInit(0),
+	StartInfo() : mode(INVALID), difficulty(1), seedToBeUsed(0), seedPostInit(0),
 		mapfileChecksum(0), turnTime(0)
 	{