mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
simulation time object
This commit is contained in:
@@ -177,9 +177,9 @@ bool TEventLauncher::Render()
|
||||
}
|
||||
else
|
||||
{ // jeśli nie cykliczny, to sprawdzić czas
|
||||
if (GlobalTime->hh == iHour)
|
||||
if (Simulation::Time.data().wHour == iHour)
|
||||
{
|
||||
if (GlobalTime->mm == iMinute)
|
||||
if (Simulation::Time.data().wMinute == iMinute)
|
||||
{ // zgodność czasu uruchomienia
|
||||
if (UpdatedTime < 10)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user