diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-09-24 16:13:28 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-09-24 16:13:28 (GMT) |
| commit | 4514c5e61969f4187706545cb769981d6adae15e (patch) | |
| tree | 582ac5b84bb4481611346c5c2dc0f9611d63745e /includes | |
| parent | 5a824850b3c719b4e376b47e5f93c9ff7ccb251d (diff) | |
| download | powder-4514c5e61969f4187706545cb769981d6adae15e.zip powder-4514c5e61969f4187706545cb769981d6adae15e.tar.gz | |
Make changes to prefs file regarding build_num and updated
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 17cf111..1efa916 100644 --- a/includes/defines.h +++ b/includes/defines.h @@ -224,7 +224,7 @@ extern int legacy_enable; //Used to disable new features such as heat, will be s extern int framerender; extern pixel *vid_buf; -extern unsigned char last_major, last_minor, update_flag; +extern unsigned char last_major, last_minor, update_flag, last_build; extern char http_proxy_string[256]; |
