From 5474a548630cccbf7434c2280320f7652bb7c1af Mon Sep 17 00:00:00 2001
From: mekolat <mekolat@users.noreply.github.com>
Date: Mon, 25 Apr 2016 15:15:23 -0400
Subject: fix compilation error

---
 src/map/script-fun.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/map/script-fun.cpp b/src/map/script-fun.cpp
index 637f893..6b9f9a7 100644
--- a/src/map/script-fun.cpp
+++ b/src/map/script-fun.cpp
@@ -3949,7 +3949,7 @@ void builtin_get(ScriptState *st)
     }
     else
     {
-        int var;
+        int var = 0;
         if (prefix == '#' && bl)
         {
             if (name_.startswith("##"_s))
-- 
cgit v1.2.3-70-g09d2