mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Rename to avoid confusing
This commit is contained in:
parent
974f535809
commit
d2e4c3542a
@ -2501,12 +2501,12 @@ bool CEvent::EventButtons (const SDL_Event &event, POINT pos)
|
||||
m_textToolTips[0] = 0;
|
||||
m_posToolTips.x = -1;
|
||||
|
||||
const auto progress = [&] (CJauge & progress, const char *text) -> bool
|
||||
const auto progress = [&] (CJauge &prog, const char *text) -> bool
|
||||
{
|
||||
if (progress.GetHide())
|
||||
if (prog.GetHide())
|
||||
return false;
|
||||
|
||||
test = progress.GetPos();
|
||||
test = prog.GetPos();
|
||||
if (pos.x >= test.x
|
||||
&& pos.x <= test.x + DIMJAUGEX
|
||||
&& pos.y >= test.y
|
||||
|
Loading…
x
Reference in New Issue
Block a user