Added Bounty Directors PC Landing Page Layout
This commit is contained in:
parent
e29a753015
commit
82979e32e0
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1667d1e4b109ae4cc17cb06726cce3314ff7f4528d0b6281d681a7f7c44abc87
|
oid sha256:b5108f2d9e72c0c5935678a1fca2dda316472ca588e74e85fc321b9c7bf46933
|
||||||
size 15998
|
size 73724
|
||||||
|
@ -202,7 +202,7 @@ void ABountyDirector::Interact()
|
|||||||
PlayerController->bEnableMouseOverEvents = true;
|
PlayerController->bEnableMouseOverEvents = true;
|
||||||
|
|
||||||
UPC_Display* PC_Display = Cast<UPC_Display>(PC_DisplayWidget);
|
UPC_Display* PC_Display = Cast<UPC_Display>(PC_DisplayWidget);
|
||||||
bool GameOver = IsValid(ActiveBounty);
|
bool GameOver = !IsValid(ActiveBounty);
|
||||||
PC_Display->PC_Display_Info.IsGameOver = GameOver;
|
PC_Display->PC_Display_Info.IsGameOver = GameOver;
|
||||||
|
|
||||||
if (GameOver) return;
|
if (GameOver) return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user