aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-08-05 17:02:10 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-08-05 17:02:10 +0100
commit1fd6d2a62b971a568eddb100ac8481fd69f27546 (patch)
treecd1faefa73abac2ce7737009a95c28c6feb86a9f
parentb3dd12d7b6260a8158ca9c84c6cfb8f8e799edaa (diff)
downloadgold-mine-run-1fd6d2a62b971a568eddb100ac8481fd69f27546.tar.gz
gold-mine-run-1fd6d2a62b971a568eddb100ac8481fd69f27546.zip
Beta 1beta1
-rw-r--r--src/Makefile2
-rw-r--r--src/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 0295073..2ec7b95 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4,7 +4,7 @@ endif
BIN := ../game.exe
CC := i586-pc-msdosdjgpp-gcc
-CFLAGS := -I. -I$(LIBMIKMOD_BASE)/include -c -Wall -Werror -pedantic -O3 -fomit-frame-pointer -ffast-math -march=i386 -DDEBUG
+CFLAGS := -I. -I$(LIBMIKMOD_BASE)/include -c -Wall -Werror -pedantic -O3 -fomit-frame-pointer -ffast-math -march=i386# -DDEBUG
LDFLAGS := -s -L$(LIBMIKMOD_BASE)/dos
LIBS := -lmikmod
diff --git a/src/main.c b/src/main.c
index 3a1aca6..ab4ca6a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -14,7 +14,7 @@
#include "game.h"
#define GAME_NAME "Gold Mine Run!"
-#define GAME_VERSION "A0"
+#define GAME_VERSION "BETA1"
#define GAME_URL "https://www.usebox.net/jjm/gold-mine-run/"
/* disable paging because our int handlers are written in C */