commit | 3eb4d56831988f6e5d5e0f1b54d43a348ba07673 | [log] [tgz] |
---|---|---|
author | notstrom <jochen@tolot.escape.de> | Sat Dec 15 14:37:52 2018 +0100 |
committer | notstrom <jochen@tolot.escape.de> | Sat Dec 15 14:37:52 2018 +0100 |
tree | b56beee87b33dcd5efa941643d9c16dedc93e396 | |
parent | 22f99b5f076602c58015ead977aa87af40a0c54e [diff] |
Fix type. Change-Id: I3b12a07578fa1ab4422f345c3dab2482228965aa
diff --git a/npc/zwerg7.c b/npc/zwerg7.c index 4290a3b..da54274 100644 --- a/npc/zwerg7.c +++ b/npc/zwerg7.c
@@ -3,7 +3,7 @@ #include <new_skills.h> #include __PATH__(1)"defs.h" -#define MYPROP notstrom_tutorial2018_beispiel1 +#define MYPROP "notstrom_tutorial2018_beispiel1" private string look(); private int hauen();