From a6043c6f78bf816bf2a2386f371ebab598d4c1b5 Mon Sep 17 00:00:00 2001 From: xperia64 Date: Mon, 17 Aug 2015 20:48:18 -0400 Subject: [PATCH] Re-add PLUGIN.DAT --- src/rct2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rct2.h b/src/rct2.h index f6a6533dac..5749e3a133 100644 --- a/src/rct2.h +++ b/src/rct2.h @@ -150,6 +150,7 @@ enum { enum { PATH_ID_G1, + PATH_ID_PLUGIN, PATH_ID_CSS1, PATH_ID_CSS2, PATH_ID_CSS4, @@ -206,6 +207,7 @@ enum { static const char * const file_paths[] = { "Data\\G1.DAT", + "Data\\PLUGIN.DAT", "Data\\CSS1.DAT", "Data\\CSS2.DAT", "Data\\CSS4.DAT",