summaryrefslogtreecommitdiff
path: root/games/pingus/files/patch-src-lisp-getters.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/pingus/files/patch-src-lisp-getters.hpp')
-rw-r--r--games/pingus/files/patch-src-lisp-getters.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/pingus/files/patch-src-lisp-getters.hpp b/games/pingus/files/patch-src-lisp-getters.hpp
deleted file mode 100644
index f600918f5631..000000000000
--- a/games/pingus/files/patch-src-lisp-getters.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lisp/getters.hpp.orig 2011-12-24 21:46:47 UTC
-+++ src/lisp/getters.hpp
-@@ -30,7 +30,7 @@ static inline bool property_get(const Li
- if(lisp->get_list_size() != 2)
- return false;
-
-- const Lisp* el = lisp->get_list_elem(1);
-+ const Lisp* el = lisp->get_list_elem(1).get();
- return get(el, val);
- }
-