Mercurial > games > semicongine
changeset 993:f9b82b0740cb
did: mini adjustment of log output
author | sam <sam@basx.dev> |
---|---|
date | Tue, 09 Apr 2024 23:57:13 +0700 |
parents | b260ebc9d638 |
children | d19400daf303 |
files | semicongine/engine.nim |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/semicongine/engine.nim Sun Apr 07 23:36:24 2024 +0700 +++ b/semicongine/engine.nim Tue Apr 09 23:57:13 2024 +0700 @@ -92,9 +92,9 @@ TrySteamInit() if SteamAvailable(): - echo "Starting with Steam enabled" + echo "Starting with Steam" else: - echo "Starting without Steam enabled" + echo "Starting without Steam" result.state = Starting result.exitHandler = exitHandler