More magic-number elimination.
[open-adventure.git] / main.c
diff --git a/main.c b/main.c
index 9e08f9f646300bf47611e71840fa868a8b7c4e17..4531be72cb9f2ec82780e34809b3605002248173 100644 (file)
--- a/main.c
+++ b/main.c
@@ -692,7 +692,7 @@ static bool playermove( int motion)
                      * stuff for bear. */
                     if (game.prop[TROLL] == TROLL_PAIDONCE) {
                         pspeak(TROLL, look, TROLL_PAIDONCE);
-                        game.prop[TROLL] = 0;
+                        game.prop[TROLL] = TROLL_UNPAID;
                         move(TROLL2, 0);
                         move(TROLL2 + NOBJECTS, 0);
                         move(TROLL, objects[TROLL].plac);