Make changes to prefs file regarding build_num and updated

This commit is contained in:
Simon Robertshaw
2011-09-24 17:13:28 +01:00
parent 5a824850b3
commit 4514c5e619
3 changed files with 19 additions and 8 deletions

View File

@@ -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];