From 10430055db3d11aa61ae0ede9aeba91c0aa2e651 Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Wed, 3 Nov 2010 10:21:55 +0000 Subject: [PATCH] small cleanup --- stead/stead.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stead/stead.lua b/stead/stead.lua index 2794f89..61bde89 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -2726,7 +2726,8 @@ function stead_version(v) return end if stead.version < v then - error ([[The game requires instead engine of version ]] ..v.. [[ or higher. http://instead.googlecode.com]], 2) + error ([[The game requires instead engine of version ]] ..v.. [[ or higher. + http://instead.googlecode.com]], 2) end stead.api_version = v if v >= "1.2.0" then