X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=actions1.c;h=791e0c2addc4c55a3f09bb352b853ffb8835caaa;hb=0f126b0cb5f8539f456f2d7f2c06d8f32c2491c2;hp=802a130004d850b35da751e8db63f2ee1a843237;hpb=f0528b0ded7e921510ecdece2a36ce94c6414044;p=open-adventure.git diff --git a/actions1.c b/actions1.c index 802a130..791e0c2 100644 --- a/actions1.c +++ b/actions1.c @@ -1,10 +1,8 @@ #include #include -#include "misc.h" -#include "main.h" -#include "share.h" +#include "advent.h" #include "funcs.h" -#include "database/database.h" +#include "database.h" /* This stuff was broken off as part of an effort to get the main program * to compile without running out of memory. We're called with a number @@ -523,7 +521,7 @@ L8300: SPK=201; /* This next part is shared with the "resume" code. The two cases are * distinguished by the value of kk (-1 for suspend, +1 for resume). */ -L8305: DATIME(I,K); +L8305: DATIME(&I,&K); K=I+650*K; SAVWRD(KK,K); K=VRSION; @@ -556,7 +554,7 @@ L8305: DATIME(I,K); SAVWRD(KK,K); if(K != 0) goto L8318; K=NUL; - ZZWORD=RNDVOC(3,ZZWORD-MESH*2)+MESH*2; + ZZWORD=RNDVOC(3,ZZWORD); if(KK > 0) return(8); RSPEAK(266); exit(0); @@ -603,7 +601,7 @@ L8330: SPK=228; RSPEAK(IABS(K)); if(K < 0) return(2012); SPK=0; -L8332: SETPRM(1,ZZWORD-MESH*2,0); +L8332: SETPRM(1,ZZWORD,0); /* 8335 */ for (I=1; I<=100; I++) { if(!HERE(I) || OBJSND[I] == 0 || PROP[I] < 0) goto L8335; PSPEAK(I,OBJSND[I]+PROP[I]);