From cd2fcaf4ca338400ed8ee44566b9a767287efd69 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 18 Apr 2011 17:50:54 +0200 Subject: COMMON: Remove kInvalidPathError --- base/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index f45067ff1d..4dfed0f08c 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -131,7 +131,7 @@ static Common::Error runGame(const EnginePlugin *plugin, OSystem &system, const // Verify that the game path refers to an actual directory if (!(dir.exists() && dir.isDirectory())) - err = Common::kInvalidPathError; + err = Common::kPathNotDirectory; // Create the game engine if (err.getCode() == Common::kNoError) -- cgit v1.2.3