mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Get TVs working
This commit is contained in:
@@ -44,13 +44,13 @@ void ToggleTV (short index)
|
||||
{
|
||||
if (dinahs[index].active)
|
||||
{
|
||||
GoToBeginningOfMovie(theMovie);
|
||||
StartMovie(theMovie);
|
||||
theMovie.Restart();
|
||||
theMovie.m_playing = true;
|
||||
tvOn = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
StopMovie(theMovie);
|
||||
theMovie.m_playing = false;
|
||||
tvOn = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user