Added sound support for vgui_movie_display

This commit is contained in:
Alivebyte
2021-04-25 15:48:29 +03:00
parent 264ee2b04f
commit ae4e26f03b
3 changed files with 16 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
IMPLEMENT_CLIENTCLASS_DT( C_MovieDisplay, DT_MovieDisplay, CMovieDisplay )
RecvPropBool( RECVINFO( m_bEnabled ) ),
RecvPropBool( RECVINFO( m_bLooping ) ),
RecvPropBool( RECVINFO( m_bMuted ) ),
RecvPropString( RECVINFO( m_szMovieFilename ) ),
RecvPropString( RECVINFO( m_szGroupName ) ),
END_RECV_TABLE()