Replace fDATIME with ANSI/POSIX clock_gettime(). Rip out DOS/AMIGA shims.
[open-adventure.git] / misc.c
diff --git a/misc.c b/misc.c
index 626bd40d926b8f5b3a0716a366539b80332f6500..18b0e6c20fa41a023991f4c3ff50a68c1c26508d 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -898,10 +898,6 @@ long I, VAL; static FILE *OPENED = NULL;
         goto L20;
 
 L15:   if(!OPENED){
-#ifdef AMIGA
-               OPENED=fopen("ram:adventure.text","r" /* NOT binary */);
-               if(!OPENED)
-#endif
                OPENED=fopen("adventure.text","r" /* NOT binary */);
                if(!OPENED){printf("Can't read adventure.text!\n"); exit(FALSE);}
                }