diff options
Diffstat (limited to 'NorthstarDedicatedTest/context.h')
-rw-r--r-- | NorthstarDedicatedTest/context.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/NorthstarDedicatedTest/context.h b/NorthstarDedicatedTest/context.h index 05506973..aad57d74 100644 --- a/NorthstarDedicatedTest/context.h +++ b/NorthstarDedicatedTest/context.h @@ -2,10 +2,10 @@ enum Context { - NONE, - CLIENT, SERVER, - UI // this is used exclusively in scripts + CLIENT, + UI, + NONE }; const char* GetContextName(Context context);
\ No newline at end of file |