diff options
| author | Simon <simon@hardwired.org.uk> | 2010-12-08 01:15:00 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-12-08 01:15:00 (GMT) |
| commit | 96da33160101d0ea0c887025bbacd53a1011f573 (patch) | |
| tree | 7527804f7f57856146863672567c861161a3d8c6 /includes | |
| parent | b4f2ddf58546fd77859f3dcbb1316228b898ea51 (diff) | |
| download | powder-96da33160101d0ea0c887025bbacd53a1011f573.zip powder-96da33160101d0ea0c887025bbacd53a1011f573.tar.gz | |
Improved pause flag, will now only pause, not unpause the game
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/defines.h b/includes/defines.h index 98cf15d..59559a0 100644 --- a/includes/defines.h +++ b/includes/defines.h @@ -8,7 +8,7 @@ #endif #define SAVE_VERSION 44 -#define MINOR_VERSION 5 +#define MINOR_VERSION 6 #define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter. //#define BETA |
