mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-15 11:46:56 +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;
|
h & campState;
|
||||||
}
|
}
|
||||||
|
|
||||||
StartInfo() : mode(INVALID), difficulty(0), seedToBeUsed(0), seedPostInit(0),
|
StartInfo() : mode(INVALID), difficulty(1), seedToBeUsed(0), seedPostInit(0),
|
||||||
mapfileChecksum(0), turnTime(0)
|
mapfileChecksum(0), turnTime(0)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user