allow hud editor to move elements to the bottom screen

This commit is contained in:
zeromus 2009-07-23 17:24:45 +00:00
parent 908f4116a7
commit c2943e28d9
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ void EditHud(s32 x, s32 y, HudStruct *hudstruct) {
if(hud.x < 0) hud.x = 0;
if(hud.y < 0) hud.y = 0;
if(hud.x > 245)hud.x = 245; //margins
if(hud.y > 180)hud.y = 180;
if(hud.y > 384-16)hud.y = 384-16;
if(hud.clicked)
break;//prevent items from grouping together