- added fullscreen/window switch to F11 (gnome-like)
[supertux.git] / src / lisp / lisp.hpp
index c01170f..2f14641 100644 (file)
@@ -89,7 +89,7 @@ public:
   {
     if(type != TYPE_REAL) {
       if(type == TYPE_INTEGER) {
-        val = v.integer;
+        val = (float) v.integer;
         return true;
       }
       return false;