Skip to content

Commit 5e7fd54

Browse files
committed
The game is working! (Fix xrGame)
Occasionally deleted sections broke the game =(
1 parent 5e9115a commit 5e7fd54

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/xrGame/EntityCondition.h

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,16 @@ enum EBoostParams
3333
eBoostMaxCount,
3434
};
3535

36-
// XXX: Place this array in a C++ fource file, not the header.
37-
static const char* const ef_boosters_section_names[] =
36+
// tamlin: XXX: Place this array in a C++ source file, not the header.
37+
// Xottab_DUTY: Array currently used in eatable_item.cpp and UIBoosterInfo.cpp
38+
static const pcstr ef_boosters_section_names[] =
3839
{
40+
"boost_health_restore",
41+
"boost_power_restore",
42+
"boost_radiation_restore",
43+
"boost_bleeding_restore",
44+
"boost_max_weight",
45+
"boost_radiation_protection",
3946
"boost_telepat_protection",
4047
"boost_chemburn_protection",
4148
"boost_burn_immunity",

0 commit comments

Comments
 (0)