X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=main.c;h=54b33da625cc88a63c8085b4c0a27518fe3b538b;hp=11e940acdbd59ebdb11d0cf002f2dbe72624ced9;hb=23f2dbe81467d28e2f45d14bd5c4ce19229f69e3;hpb=c9e9b6457540d1feb7ccd7186ccffa57698dec57 diff --git a/main.c b/main.c index 11e940a..54b33da 100644 --- a/main.c +++ b/main.c @@ -1,11 +1,13 @@ +/* + * The author - Don Woods - apologises for the style of the code; it + * is a result of running the original Fortran IV source through a + * home-brew Fortran-to-C converter.) + */ #include #include #include "main.h" #include "misc.h" -#ifdef __MSDOS__ -#include "alloc.h" -#endif #define TRUE (0==0) #define FALSE (0!=0) @@ -48,7 +50,7 @@ extern int action(long); * MAIN PROGRAM */ -int main() { +int main(int argc, char *argv[]) { /* ADVENTURE (REV 2: 20 TREASURES) */