This commit is contained in:
Oleg Petruny 2025-07-11 00:01:19 +02:00
parent 0774965cc8
commit 43cdf0d91c
9 changed files with 19 additions and 16 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -16,8 +16,8 @@ void ALevel1::BeginPlay()
{ {
ALevelBase::BeginPlay(); ALevelBase::BeginPlay();
TurnLight(false); //TurnLight(false);
TurnFog(false); //TurnFog(false);
CallNextState(); CallNextState();
} }