Skip to content

Commit

Permalink
add todo statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhite510 authored and past-due committed Aug 29, 2023
1 parent 954774a commit 86b9397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/hci.cpp
Expand Up @@ -2012,6 +2012,7 @@ void intAlliedResearchChanged()

bool intShowGroupSelectionMenu()
{
// TODO set if statement, if enabled in options
GroupsForum* groupsForum = (GroupsForum*)widgGetFromID(psWScreen, IDOBJ_GROUP);
if (!groupsForum)
{
Expand Down
1 change: 1 addition & 0 deletions src/hci/objects_stats.cpp
Expand Up @@ -220,6 +220,7 @@ void ObjectsForm::initialize()
{
// creating an obj stat form
id = IDOBJ_FORM;
// TODO set if statement, subtract the 80 if enabled in options
setCalcLayout(LAMBDA_CALCLAYOUT_SIMPLE({
psWidget->setGeometry(OBJ_BACKX, OBJ_BACKY - 80, OBJ_BACKWIDTH, OBJ_BACKHEIGHT);
}));
Expand Down

0 comments on commit 86b9397

Please sign in to comment.