home *** CD-ROM | disk | FTP | other *** search
- Flashman #1 @1630
- Sat Jun 17 01:31:30 1995
- OH MY GOODNESS! So my LSD-002.424 "(C)ontinue, (S)top, (N)onstop?" pause mod
- WASN'T totally fixed after all.
-
- If you've installed the mod and it doesn't work, here is the step I forgot.
-
- Load RIPSPEED.C, and look for "void getkeymouse". Delete it and replace it
- with this function: NOTE: Some RAW ANSI in the code may make this fix look
- funky when reading this on the BBS, but extract it and it's just fine.
-
- unsigned char getkeymouse(void)
- {
- unsigned char c=NULL;
-
- if (menu_on() && rip_popup && (!rip_subset)) {
- outstr("As");
- rip_smf();
- printmenu(332);
- }
-
- /* Do not accept a submenu_code marker as a valid "pause-breaker" */
- while ((c=getkey()) == submenu_code && (hangup == 0));
- if (menu_on() && rip_popup && (!rip_subset)) {
- printmenu(333);
- rip_rmf();
- outstr("uB");
- }
- return(c);
- }
-
-
- Run MAKE FCNS and compile. I am truly sorry about this mess-up.
- If you want to start over with the mod, the TRULY FINAL version will be in
- the next message.
-
-
- 1F9lash1M9an
-