From: Matthijs Kooijman Date: Mon, 11 Jun 2007 08:14:42 +0000 (+0200) Subject: * Fix casing of the scheme filename. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2FABM2.git;a=commitdiff_plain;h=64e5bbf7f39fd9db132e9436442489d0804df294 * Fix casing of the scheme filename. --- diff --git a/ABM2/Playground.cpp b/ABM2/Playground.cpp index a115d52..7b686e1 100755 --- a/ABM2/Playground.cpp +++ b/ABM2/Playground.cpp @@ -66,7 +66,7 @@ bool Playground::Start() #endif // init playing field - SchemeReader *scheme = new SchemeReader("data/schemes/BASIC.SCH"); + SchemeReader *scheme = new SchemeReader("Data/schemes/BASIC.SCH"); for (int i=0; i