Prepare to initialize public repository.
[open-adventure.git] / score.c
diff --git a/score.c b/score.c
index 484588620be4ab4e854e3f68a6a8a11c8ca4bae7..c8c1b96315dee2e1443002238c1e8444bb00ea06 100644 (file)
--- a/score.c
+++ b/score.c
@@ -3,9 +3,6 @@
 #include "main.h"
 #include "share.h"
 
-#define TRUE  (0==0)
-#define FALSE (0!=0)
-
 /*
  * SCORING AND WRAP-UP
  */
@@ -115,6 +112,6 @@ L20210: SPEAK(CTEXT[I]);
        SETPRM(1,I,I);
        SPK=263;
 L25000: RSPEAK(SPK);
-       exit(FALSE);
+       exit(0);
 
 }