Skip to content

Commit 6df0352

Browse files
committed
version 31.0, fix windows compiling, remove Makefile
1 parent 36489b8 commit 6df0352

File tree

10 files changed

+11
-264
lines changed

10 files changed

+11
-264
lines changed

Makefile

Lines changed: 0 additions & 259 deletions
This file was deleted.

build/.empty

Whitespace-only changes.

build/obj/.empty

Whitespace-only changes.

build/obj/game/.empty

Whitespace-only changes.

build/obj/multiplayer/.empty

Whitespace-only changes.

build/obj/simulation/.empty

Whitespace-only changes.

build/obj/simulation/elements/.empty

Whitespace-only changes.

build/obj/socket/.empty

Whitespace-only changes.

includes/defines.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
#define BUILD_NUM 322
3030
//VersionInfoEnd
3131

32-
#define MOD_VERSION 30
33-
#define MOD_MINOR_VERSION 4
32+
#define MOD_VERSION 31
33+
#define MOD_MINOR_VERSION 0
3434
#define MOD_SAVE_VERSION 21 //This is not the version number of my mod anymore, it's only changed when I change the saving code
35-
#define MOD_BUILD_VERSION 54 //For update checks
36-
#define BETA_VERSION 90
37-
#define BETA_MINOR_VER 1
35+
#define MOD_BUILD_VERSION 55 //For update checks
36+
#define BETA_VERSION 91
37+
#define BETA_MINOR_VER 0
3838
#define RELEASE_VERSION 90
3939
#define RELEASE_MINOR_VER 2
4040

src/interface/Engine.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#include <SDL/SDL.h>
2+
#ifdef WIN
3+
#include <windows.h>
4+
//#include <Shellapi.h>
5+
#include "game/Menus.h"
6+
#include "update.h"
7+
#endif
28
#include "Engine.h"
39
#include "interface.h"
410
#include "misc.h"

0 commit comments

Comments
 (0)