Set hudstate and hudids directly in add_all

This commit is contained in:
Wuzzy 2015-02-04 18:14:44 +01:00
parent f046592824
commit 563db9cb4c
1 changed files with 3 additions and 1 deletions

View File

@ -120,7 +120,9 @@ function hud.register_hudbar(identifier, text_color, label, use_icon, default_st
state.hidden = start_hide
state.value = start_value
state.max = start_max
return ids, state
hud.hudtables[identifier].hudids = ids
hud.hudtables[identifier].hudstate = state
end
hudtable.identifier = identifier