commit | bca904093138d209ec4b62a9628775495704bcb9 | [log] [tgz] |
---|---|---|
author | Zesstra <zesstra@zesstra.de> | Fri Nov 29 21:17:56 2019 +0100 |
committer | MG Mud User <mud@mg.mud.de> | Fri Nov 29 21:17:56 2019 +0100 |
tree | 8d8150eee6ea11e28ff814e5d7ddf912302365de | |
parent | 9376958bc8e53561c79a1acc7fb4768198fc4040 [diff] |
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");