From ee65e46d0a6985e4378164717cb696257673e1c1 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 30 Jun 2022 02:43:25 -0400 Subject: [PATCH] init palette for Q2 --- common/bspfile.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/bspfile.cc b/common/bspfile.cc index ebb3daf9..b7d6eca7 100644 --- a/common/bspfile.cc +++ b/common/bspfile.cc @@ -781,6 +781,8 @@ public: fs::addArchive(gamedir); discoverArchives(gamedir); + + img::init_palette(this); } const std::vector &get_default_palette() const