diff options
Diffstat (limited to 'TestApp/Main.cs')
-rw-r--r-- | TestApp/Main.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TestApp/Main.cs b/TestApp/Main.cs index 447f556..150b5a7 100644 --- a/TestApp/Main.cs +++ b/TestApp/Main.cs @@ -11,9 +11,10 @@ namespace TestApp { public static void Main(string[] args) { string mdlPath = "/home/me/Games/Newer/ModelRev/"; - string mdlName = "CS_W1"; + //string mdlName = "CS_W1"; //string mdlName = "bgB_4502"; //string mdlName = "cobKoopaCastle"; + string mdlName = "YB_model"; string whatever = (mdlName == "CS_W2" || mdlName == "CS_W3" || mdlName == "CS_W6") ? "a" : ""; |