diff --git a/tools/quake3/q3map2/games.cpp b/tools/quake3/q3map2/games.cpp index cfe33f07..e0686e1d 100644 --- a/tools/quake3/q3map2/games.cpp +++ b/tools/quake3/q3map2/games.cpp @@ -465,6 +465,7 @@ struct game_etut : game_default maxLMSurfaceVerts = 1024; maxSurfaceVerts = 1024; maxSurfaceIndexes = 6144; + lightmapGamma = 2.2f; lightmapsRGB = true; // texturesRGB = false; /* texture sRGB (yes, this is incorrect, but we better match ET:UT) */ bspVersion = 47;