Skip to content

Commit

Permalink
video files rute
Browse files Browse the repository at this point in the history
  • Loading branch information
maciadalmau committed Jun 11, 2020
1 parent 9221eba commit de4d78c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FalloutStrategy/FalloutEngine/LogoScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ bool LogoScene::PostUpdate()

if (my_video == 0 && Loop)
{
my_video = App->video->Load("Assets_Old/video/intro.ogv", App->render->renderer);
my_video = App->video->Load("video/intro.ogv", App->render->renderer);

}

Expand Down Expand Up @@ -161,7 +161,7 @@ bool LogoScene::PostUpdate()
}
if (win_video == 0 && Loop)
{
win_video = App->video->Load("Assets_Old/video/win.ogv", App->render->renderer);
win_video = App->video->Load("video/win.ogv", App->render->renderer);
}

}
Expand Down Expand Up @@ -194,7 +194,7 @@ bool LogoScene::PostUpdate()
}
if (lose_video == 0 && Loop)
{
lose_video = App->video->Load("Assets_Old/video/lose.ogv", App->render->renderer);
lose_video = App->video->Load("video/lose.ogv", App->render->renderer);
}

}
Expand Down

0 comments on commit de4d78c

Please sign in to comment.