code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also replace do prefix with do_ for bool vars.
This commit is contained in:
@@ -1746,7 +1746,7 @@ void init_userdef_do_versions(void)
|
||||
rgba_char_args_set_fl(btheme->toops.selected_highlight, 0.51, 0.53, 0.55, 0.3);
|
||||
}
|
||||
|
||||
U.use_16bit_textures = 1;
|
||||
U.use_16bit_textures = TRUE;
|
||||
}
|
||||
|
||||
if (bmain->versionfile < 262 || (bmain->versionfile == 262 && bmain->subversionfile < 2)) {
|
||||
|
||||
Reference in New Issue
Block a user