Change include files to lowercase
[boothdye.git] / boothdye.inf
index f9622eb509f64e7f7f5ee2f42bd14f77dc81d9d4..86c10a67db4ccb11d82302474e02e0b926aa613e 100644 (file)
@@ -5,12 +5,12 @@ Constant Headline "^This game is public domain^
                    Eric Schmidt <eschimdt@@64safeaccess.com>^";
 
 Release 2;
-Serial "345678";
+Serial "190818";
 
 Constant MAX_SCORE = 20;
 
-Include "Parser";
-Include "VerbLib";
+Include "parser";
+Include "verblib";
 
 [ Initialise;
   location = field;
@@ -141,7 +141,7 @@ Object -> sign "sign" has static supporter
            if (noun == booth) "That doesn't seem very realistic, does it?";
        ];
 
-Include "Grammar";
+Include "grammar";
 
 [PourSub;
   "You can't pour ", (the) noun, ".";