Commit f365a035 authored by Steven Fuller's avatar Steven Fuller

minor update to version.h

parent 40371f96
......@@ -15,4 +15,6 @@ specifically set! (ie, no int, but short or long int)
work the same, let the input handler do it all instead
* when viewsize is around 20, sprites end up being drawn over the border.
maybe there are clipping bugs that will cause it to fill over the top, left,
and right
\ No newline at end of file
and right
* if japan versions are not to be found, remove the code
* remove DEMOEXTERN, and add ability to play demos from commandline
......@@ -11,6 +11,7 @@
/* #define SPEAR */
/* #define SPEARDEMO */
/* #define JAPAN */
/* #define JAPDEMO */
#define GOODTIMES
#define DEMOSEXTERN
#define UPLOAD
......@@ -20,6 +21,7 @@
/* #define SPEAR */
/* #define SPEARDEMO */
/* #define JAPAN */
/* #define JAPDEMO */
#define GOODTIMES
#define DEMOSEXTERN
/* #define UPLOAD */
......@@ -28,6 +30,7 @@
#define SPEAR
#define SPEARDEMO
/* #define JAPAN */
/* #define JAPDEMO */
#define GOODTIMES
#define DEMOSEXTERN
/* #define UPLOAD */
......@@ -36,6 +39,7 @@
#define SPEAR
/* #define SPEARDEMO */
/* #define JAPAN */
/* #define JAPDEMO */
#define GOODTIMES
#define DEMOSEXTERN
/* #define UPLOAD */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment