shithub: choc

Download patch

ref: 939e04116b857373a1ac25088fdc35fa0165551d
parent: 51efdd70e49a1378cc828113a3ee3997f85cdc14
author: Simon Howard <[email protected]>
date: Thu Oct 2 20:46:23 EDT 2008

Fix Steam search path for Heretic.

Subversion-branch: /branches/raven-branch
Subversion-revision: 1325

--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -158,7 +158,7 @@
     "steamapps\\common\\final doom\\base",
     "steamapps\\common\\ultimate doom\\base",
     "steamapps\\common\\hexen\\base",
-    "steamapps\\common\\heretic shadow of the serpent riders"
+    "steamapps\\common\\heretic shadow of the serpent riders\\base"
 };
 
 static char *GetRegistryString(registry_value_t *reg_val)