forked from Not/srb2k-leaderboard
add VoteThinker hook
This commit is contained in:
parent
de63c4b2be
commit
41b152ccf6
@ -1304,6 +1304,7 @@ local function interThink()
|
||||
end
|
||||
end
|
||||
addHook("IntermissionThinker", interThink)
|
||||
addHook("VoteThinker", interThink)
|
||||
|
||||
-- Returns the values clamed between min, max
|
||||
function clamp(min_v, v, max_v)
|
||||
|
Loading…
Reference in New Issue
Block a user