From 85349c5529906d258e1c602ca8137e1d8d35aaa4 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Mon, 3 May 2021 07:41:22 +0200 Subject: [PATCH] q3map2/games: fix quakelive home path --- tools/quake3/q3map2/game_quakelive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quake3/q3map2/game_quakelive.h b/tools/quake3/q3map2/game_quakelive.h index d2995704..df368a95 100644 --- a/tools/quake3/q3map2/game_quakelive.h +++ b/tools/quake3/q3map2/game_quakelive.h @@ -65,7 +65,7 @@ { "quakelive", /* -game x */ "baseq3", /* default base game data dir */ - ".quakelive/quakelive/home", /* unix home sub-dir */ + ".quakelive", /* unix home sub-dir */ "quake", /* magic path word */ "scripts", /* shader directory */ 64, /* max lightmapped surface verts */ -- 2.39.2