diff --git a/w/w.c b/w/w.c index 4e790f5..d92ad8a 100644 --- a/w/w.c +++ b/w/w.c @@ -612,8 +612,10 @@ void drawrounds() { printf("Rencontre avec %s.\n\n", state.monster.name); Round* p = firstround; + int n = 1; while (p) { + printf("Tour %d\n", n++); if (p->action == CMD_ATTACK) { printf("%s perd %d points de vie\n", state.monster.name, p->monsterdmg);