Unwirksamen Typecast umgebaut.

Change-Id: Ida4bfbf11ae2c609defc7f57dc7416e13484298a
diff --git a/std/food.c b/std/food.c
index 986aedb..c7198ef 100644
--- a/std/food.c
+++ b/std/food.c
@@ -415,7 +415,7 @@
 
   if (is_bad()) consume_bad(entry_info);
 
-  int result = (int)consumer->consume(entry_info, testonly);
+  int result = ({int})consumer->consume(entry_info, testonly);
   if (!result) {
     tell_object(consumer,
       "Da ist was schief gelaufen! Sprich mal mit einem Magier.\n");