home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / bbstools / MODS / LSD-002.ZIP / LSD-002.FI2 < prev    next >
Encoding:
Text File  |  1995-06-17  |  1.1 KB  |  39 lines

  1. Flashman #1 @1630
  2. Sat Jun 17 01:31:30 1995
  3. OH MY GOODNESS! So my LSD-002.424 "(C)ontinue, (S)top, (N)onstop?" pause mod
  4. WASN'T totally fixed after all.
  5.  
  6. If you've installed the mod and it doesn't work, here is the step I forgot.
  7.  
  8. Load RIPSPEED.C, and look for "void getkeymouse". Delete it and replace it
  9. with this function: NOTE: Some RAW ANSI in the code may make this fix look
  10. funky when reading this on the BBS, but extract it and it's just fine.
  11.  
  12. unsigned char getkeymouse(void)
  13. {
  14.   unsigned char c=NULL;
  15.  
  16.   if (menu_on() && rip_popup && (!rip_subset)) {
  17.     outstr("As");
  18.     rip_smf();
  19.     printmenu(332);
  20.   }
  21.  
  22.     /* Do not accept a submenu_code marker as a valid "pause-breaker" */
  23.   while ((c=getkey()) == submenu_code && (hangup == 0));
  24.   if (menu_on() && rip_popup && (!rip_subset)) {
  25.     printmenu(333);
  26.     rip_rmf();
  27.     outstr("uB");
  28.   }
  29.   return(c);
  30. }
  31.  
  32.  
  33. Run MAKE FCNS and compile. I am truly sorry about this mess-up.
  34. If you want to start over with the mod, the TRULY FINAL version will be in
  35. the next message.
  36.  
  37.                                 
  38.                                 1F9lash1M9an
  39.