home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
games
/
volume11
/
vcraps2
/
patch1
/
patches01
Wrap
Text File
|
1990-09-18
|
893b
|
48 lines
*** dist/vcraps.c Tue Sep 4 10:01:52 1990
--- vcraps.c Tue Sep 4 10:05:37 1990
***************
*** 3,9 ****
#include <setjmp.h>
#define VCRAPS_VERSION (2)
! #define VCRAPS_PATCHLEVEL (0)
#define MSGQUEUELEN (20)
--- 3,9 ----
#include <setjmp.h>
#define VCRAPS_VERSION (2)
! #define VCRAPS_PATCHLEVEL (1)
#define MSGQUEUELEN (20)
***************
*** 915,920 ****
--- 915,921 ----
return (0);
case '?':
Help();
+ fullupdate = 1;
break;
}
}
***************
*** 1764,1770 ****
addstr(" continue...");
refresh();
getch();
- longjmp(LoopEnv, 2);
}
ShowTotal()
--- 1765,1770 ----
*** patchlevel.h.orig Fri Sep 14 14:28:47 1990
--- patchlevel.h Fri Sep 14 14:29:14 1990
***************
*** 1 ****
! #define PATCHLEVEL 0
--- 1 ----
! #define PATCHLEVEL 1