X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=actions1.c;h=c82a7bc999571009957b6b244c3be19512950e03;hb=f5302b3b465d4920a8c735c67910160ff18cdd6c;hp=79c0ea719c497ac138efb711af7b5c68beab3243;hpb=31837249f82629048f9010a0bf29112397a036f8;p=open-adventure.git diff --git a/actions1.c b/actions1.c index 79c0ea7..c82a7bc 100644 --- a/actions1.c +++ b/actions1.c @@ -4,6 +4,7 @@ #include "main.h" #include "share.h" #include "funcs.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 @@ -522,7 +523,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;