mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +02:00
Change default difficulty to "Normal"
This commit is contained in:
parent
05550158ee
commit
9d901efb0c
@ -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)
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user