comment out barracks reference

barracks appears to have gone away in 50.03
develop
Kelly Kinkade 2022-12-17 13:07:37 -06:00
parent 5cd60e10f0
commit 57e599a4d9
3 changed files with 5 additions and 3 deletions

@ -196,7 +196,7 @@ endif()
# set up versioning.
set(DF_VERSION "0.50.03")
set(DFHACK_RELEASE "alpha0")
set(DFHACK_RELEASE "alpha0pre1")
set(DFHACK_PRERELEASE TRUE)
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")

@ -2083,8 +2083,10 @@ bool Gui::inRenameBuilding()
{
if (!ui_sidebar_menus)
return false;
/* TODO: understand how this changes for v50
return ui_sidebar_menus->barracks.in_rename;
*/
return false;
}
bool Gui::getViewCoords (int32_t &x, int32_t &y, int32_t &z)

@ -1 +1 @@
Subproject commit 02ef33394fa391efde85f0239ef493a2a1113bdf
Subproject commit 7ad3f05c5b3608f6fc7fad439cca8acd776dec30