diff options
Diffstat (limited to 'NorthstarDLL/engine/hoststate.h')
-rw-r--r-- | NorthstarDLL/engine/hoststate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/engine/hoststate.h b/NorthstarDLL/engine/hoststate.h index a77385ef..80940aaf 100644 --- a/NorthstarDLL/engine/hoststate.h +++ b/NorthstarDLL/engine/hoststate.h @@ -37,7 +37,7 @@ namespace R2 bool m_bLetToolsOverrideLoadGameEnts; // During a load game, this tells Foundry to override ents that are selected in Hammer. bool m_bSplitScreenConnect; bool m_bGameHasShutDownAndFlushedMemory; // This is false once we load a map into memory, and set to true once the map is unloaded - // and all memory flushed + // and all memory flushed bool m_bWorkshopMapDownloadPending; }; |