add EnableLoadSave to gameflow

This commit is contained in:
Kubsy 2023-09-25 11:10:06 +01:00
parent bfe545e375
commit 473cc96454

View file

@ -20,6 +20,10 @@ Flow.SetTotalSecretCount(5)
Flow.EnablePointFilter(false)
-- Enable/Disable saving and loading of savegames.
Flow.EnableLoadSave(true)
-- Disable/enable flycheat globally
Flow.EnableFlyCheat(true)