summaryrefslogtreecommitdiff
path: root/entry.h
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-09 16:32:50 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-09 16:32:50 +0100
commit4c826c50bb7a8d79201cc7d8f68b8805030aa98c (patch)
tree8e30262c703c16cdf01f442410260a6107a0ee8d /entry.h
parentbfdf279cac51fe8945e59cd566cba2cb2efcffce (diff)
use a new field which contains the playing character
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'entry.h')
-rw-r--r--entry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/entry.h b/entry.h
index 066cf4a..9ba9677 100644
--- a/entry.h
+++ b/entry.h
@@ -25,6 +25,8 @@ struct action_params_t {
struct team_t *t1;
struct team_t *t2;
+
+ struct character_t *src;
};
#endif /* ENTRY_H */