Eliminate magic return value.
[open-adventure.git] / actions.c
index 2b9973a55a7836348a22c05d74a5c974a66db73b..d0608f60f1d8017ec2d6bdeee1248215d8769a2a 100644 (file)
--- a/actions.c
+++ b/actions.c
@@ -849,7 +849,7 @@ static int say(void)
     int wd=VOCAB(WD1,-1);
     if (wd == 62 || wd == 65 || wd == 71 || wd == 2025 || wd == 2034) {
        WD2=0;
-       return(2630);
+       return GO_LOOKUP;
     }
     RSPEAK(258);
     return GO_CLEAROBJ;