commit | 1450fbd6134babec6e26a3f53afd44717aa43483 | [log] [tgz] |
---|---|---|
author | Bugfix <mg@henning-ullrich.de> | Wed Oct 05 23:03:44 2022 +0200 |
committer | Zesstra <zesstra@zesstra.de> | Thu Oct 06 00:01:45 2022 +0200 |
tree | a19899be65dd0fd61a39c86e900f66771c4b7e84 | |
parent | 6170166ec1b5353c8687e52e46195dd8ae42545b [diff] |
Aktion MA_GIVE fuer ReceiveMsg() Change-Id: I101bbdbf2ef7b817aa605b8f781acb73641e92fe
diff --git a/std/living/comm.c b/std/living/comm.c index c893e2d..a2ef665 100644 --- a/std/living/comm.c +++ b/std/living/comm.c
@@ -28,6 +28,11 @@ action = MA_TAKE; break; + case "gebe": + // MA_GIVE == "gib" + action = MA_GIVE; + break; + case "norden": case "nordosten": case "osten":