QTfrontend/hwconsts.cpp.in
changeset 6579 fc52f7c22c9b
parent 5289 9d18b61bd3eb
child 6737 ce5fbd98370f
equal deleted inserted replaced
6578:d4ad42283125 6579:fc52f7c22c9b
    69 QString * netHost = new QString();
    69 QString * netHost = new QString();
    70 quint16 netPort = NETGAME_DEFAULT_PORT;
    70 quint16 netPort = NETGAME_DEFAULT_PORT;
    71 
    71 
    72 bool haveServer = ${HAVE_NETSERVER};
    72 bool haveServer = ${HAVE_NETSERVER};
    73 bool isDevBuild = ${HW_DEV};
    73 bool isDevBuild = ${HW_DEV};
       
    74 
       
    75 int season = SEASON_NONE;
       
    76 int years_since_foundation = 0;