Intro cinematic now runs on first time

master
gnomerd 5 years ago
parent 1115c2b210
commit fa3fb6e5a5
  1. 2
      gamemode/engine/derma/menus/menu_character.lua

@ -643,6 +643,8 @@ function menu.open( dt )
f:Close() -- close the frame
-- Open the intro cinematic
runIntroCinematic( Quantum.Client.selectedChar ) -- run the cinematic if it is the first time
-- else do nothing
end
p.enter.OnCursorEntered = function() surface.PlaySound( "UI/buttonrollover.wav" ) end

Loading…
Cancel
Save