1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

Add config property for RCT1 path

This commit is contained in:
Ted John
2016-12-29 19:06:31 +00:00
parent 68ed96194f
commit 30c738e91c
6 changed files with 15 additions and 13 deletions

View File

@@ -46,7 +46,6 @@ public:
switch (base) {
default:
case DIRBASE::RCT1:
throw Exception("Not implemented");
case DIRBASE::RCT2:
directoryName = DirectoryNamesRCT2[(size_t)did];
break;