X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=65726e13c40a71fd2271bba1a4c21895c129078b;hb=f5302b3b465d4920a8c735c67910160ff18cdd6c;hp=e2c24e59847abc01b035fecc4432fd93da044e3e;hpb=5ae76995d2e8d412f565481505e4c7bc37260bb1;p=open-adventure.git diff --git a/main.c b/main.c index e2c24e5..65726e1 100644 --- a/main.c +++ b/main.c @@ -8,6 +8,7 @@ #include #include #include +#include #include "main.h" #include "database.h" #include "misc.h" @@ -920,4 +921,5 @@ L12400: LIMIT= -1; L18999: RSPEAK(SPK); L19000: RSPEAK(136); score(0); + return true; }