From bb3a386b47cbd387f0cd889425776b6bdffb6359 Mon Sep 17 00:00:00 2001 From: Kp Date: Thu, 24 Dec 2015 04:01:26 +0000 Subject: [PATCH] Move GfxSkipHiresFNT to CArg --- common/include/args.h | 2 +- similar/main/gamefont.cpp | 2 +- similar/misc/args.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/include/args.h b/common/include/args.h index 44a670746..796ba15a6 100644 --- a/common/include/args.h +++ b/common/include/args.h @@ -72,6 +72,7 @@ struct CArg : prohibit_void_ptr bool SysNoHogDir; #endif bool SysShowCmdHelp; + bool GfxSkipHiresFNT; bool SndNoSound; #ifdef USE_SDLMIXER bool SndDisableSdlMixer; @@ -115,7 +116,6 @@ struct Arg : prohibit_void_ptr bool SysNoTitles; bool SysAutoDemo; bool SndNoMusic; - bool GfxSkipHiresFNT; #ifdef DXX_BUILD_DESCENT_I bool EdiNoBm; #endif diff --git a/similar/main/gamefont.cpp b/similar/main/gamefont.cpp index 740bf2737..a0719bb8a 100644 --- a/similar/main/gamefont.cpp +++ b/similar/main/gamefont.cpp @@ -174,7 +174,7 @@ void gamefont_init() for (int i=0;i