Skip to content

Commit

Permalink
missed a file
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Dec 18, 2023
1 parent 6571524 commit da44d56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions NorthstarDLL/engine/hoststate.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once


enum class HostState_t
{
HS_NEW_GAME = 0,
Expand All @@ -15,7 +14,7 @@ enum class HostState_t

struct CHostState
{
public:
public:
HostState_t m_iCurrentState;
HostState_t m_iNextState;

Expand All @@ -35,7 +34,7 @@ struct CHostState
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;
};

Expand Down

0 comments on commit da44d56

Please sign in to comment.