Skip to content

Commit

Permalink
forgot the check
Browse files Browse the repository at this point in the history
  • Loading branch information
chaserli committed Sep 23, 2024
1 parent f221200 commit 85656ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Misc/PhobosToolTip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ void PhobosToolTip::HelpText_Super(int swidx)
auto const& sw_ext = HouseExt::ExtMap.Find(HouseClass::CurrentPlayer)->SuperExts[swidx];
int sw_shots = pData->SW_Shots;
int remain_shots = pData->SW_Shots - sw_ext.ShotCount;
if (sw_shots > 0)
{
if (!showSth)
oss << L"\n";
Expand Down

0 comments on commit 85656ce

Please sign in to comment.