1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Tweaked templates to allow all map sizes.

To be released as 0.95c.
This commit is contained in:
DjWarmonger 2014-06-27 21:48:17 +02:00
parent 90b72a7856
commit 7aa8213cd5
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
{
"Analogy" :
{
"minSize" : "m", "maxSize" : "m",
"minSize" : "s", "maxSize" : "m",
"players" : "4",
"zones" :
{
@ -126,7 +126,7 @@
},
"Golden Ring" :
{
"minSize" : "m", "maxSize" : "m",
"minSize" : "m", "maxSize" : "l",
"players" : "3",
"zones" :
{

View File

@ -14,7 +14,7 @@
namespace GameConstants
{
const std::string VCMI_VERSION = "VCMI 0.95b";
const std::string VCMI_VERSION = "VCMI 0.95c";
const int BFIELD_WIDTH = 17;
const int BFIELD_HEIGHT = 11;