]> git.lizzy.rs Git - minetest.git/commit
Fix missing pop
authorest31 <MTest31@outlook.com>
Sun, 20 Dec 2015 02:36:47 +0000 (03:36 +0100)
committerest31 <MTest31@outlook.com>
Sun, 20 Dec 2015 02:36:47 +0000 (03:36 +0100)
commitf192a5bc43951f7ea120877335e97efe755ac29c
treef347057497c7b7a66047707ef264624d564fd800
parent70ea5d552e283bd5bce3278cbf3819bd87ba2602
Fix missing pop

Previous commit

70ea5d552e283bd5bce3278cbf3819bd87ba2602 "Add support for limiting rotation of automatic face movement dir entitys"

by sapier has broken minetest's feature to open worlds. This was due to a
missing stack pop operation.

Thanks to @oleastre for reporting this bug and suggesting the fix.
src/script/common/c_content.cpp