Fix uninitialized variable error
authorest31 <MTest31@outlook.com>
Tue, 2 Jun 2015 11:55:02 +0000 (13:55 +0200)
committerest31 <MTest31@outlook.com>
Tue, 2 Jun 2015 11:55:02 +0000 (13:55 +0200)
commitba3ff5ef39d768da4a0511d22a220b9aafa3d3f6
tree4ec029e8ee1a03e27bb19d94f197c1eb03d4c593
parentb8a8be9c86cf6249d7c1be1c01d27deb02bcb58c
Fix uninitialized variable error

If you run minetest with valgrind, you'll quickly notice uninitialized jump
depend error messages that point to s_base.cpp:131. This commit fixes those.
src/script/cpp_api/s_base.cpp