Set fallback value on uninitialized variable

feature/pre-code-move
kaetemi 5 years ago committed by Jan Boon
parent 168c770716
commit e65d1587e7

@ -1348,6 +1348,7 @@ namespace NLGUI
}
else
{
hs[hsIndex] = Hotspot_Bx;
CLuaIHM::fails(ls, "%s : couldn't parse hotspot for vertical scrollbar", funcName);
}
}
@ -1369,6 +1370,7 @@ namespace NLGUI
}
else
{
hs[hsIndex] = Hotspot_xL;
CLuaIHM::fails(ls, "%s : couldn't parse hotspot for horizontal scrollbar", funcName);
}
}

Loading…
Cancel
Save