From cc3f42794d134b9f4b6c7efecb07d4b3366887c1 Mon Sep 17 00:00:00 2001 From: truebrain Date: Mon, 19 Dec 2011 21:05:25 +0000 Subject: (svn r23632) -Add: GSCompanyMode, to change company in GameScripts --- src/script/api/script_error.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/script/api/script_error.hpp') diff --git a/src/script/api/script_error.hpp b/src/script/api/script_error.hpp index 6e167bd2d..334bb614c 100644 --- a/src/script/api/script_error.hpp +++ b/src/script/api/script_error.hpp @@ -81,6 +81,8 @@ public: ERR_PRECONDITION_FAILED, // [] /** A string supplied was too long */ ERR_PRECONDITION_STRING_TOO_LONG, // [] + /** The company you use is invalid */ + ERR_PRECONDITION_INVALID_COMPANY, // [] /** An error returned by a NewGRF. No possibility to get the exact error in an AI readable format */ ERR_NEWGRF_SUPPLIED_ERROR, // [] -- cgit v1.2.3-54-g00ecf