summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon 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)
commit4514c5e61969f4187706545cb769981d6adae15e (patch)
tree582ac5b84bb4481611346c5c2dc0f9611d63745e /includes
parent5a824850b3c719b4e376b47e5f93c9ff7ccb251d (diff)
downloadpowder-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.h2
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];