1
0
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:
Mathieu Schroeter 2017-02-15 17:39:03 +01:00
parent 974f535809
commit d2e4c3542a

View File

@ -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