Skip to content

Commit

Permalink
Test for movie running
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Dave committed Oct 28, 2024
1 parent 34ea87e commit 65540df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/movie.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1664,6 +1664,10 @@ void cls_movie::start_extpipe()

void cls_movie::start()
{
if (is_running == true) {
return;
};

if (movie_type == "norm") {
start_norm();
} else if (movie_type == "motion") {
Expand Down

0 comments on commit 65540df

Please sign in to comment.