From 42d03b67ec3dc97e5ae703d172ff06e9dfcad291 Mon Sep 17 00:00:00 2001 From: Fisual Date: Wed, 15 Jun 2022 16:08:30 +0700 Subject: [PATCH] fixed compile 2 --- gameui/ChangeGameDialog.cpp | 2 +- gameui/GameUI.vpc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gameui/ChangeGameDialog.cpp b/gameui/ChangeGameDialog.cpp index e900820..1dea968 100644 --- a/gameui/ChangeGameDialog.cpp +++ b/gameui/ChangeGameDialog.cpp @@ -134,7 +134,7 @@ CON_COMMAND(_setgamedir, "Shutdown and restart the engine.") { if (args.ArgC() == 2) { - SetGameDirectory(args[1]); + //SetGameDirectory(args[1]); } else { diff --git a/gameui/GameUI.vpc b/gameui/GameUI.vpc index 8739f37..3ecf145 100644 --- a/gameui/GameUI.vpc +++ b/gameui/GameUI.vpc @@ -245,7 +245,7 @@ $Project "GameUI" $Lib bitmap $Lib mathlib $Lib matsys_controls - $Lib imgui + //$Lib imgui $Lib tier2 $Lib tier3 $Lib vgui_controls