home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / source / crend5 / config.h < prev    next >
Encoding:
Text File  |  1993-05-08  |  675 b   |  15 lines

  1. /* Configuration options for REND386 */
  2.  
  3. /* Written by Bernie Roehl, February 1993 */
  4.  
  5. #undef  ENABLE_ANIMATION 1            /* animation previewer */
  6. #undef  ENABLE_STATE_SAVELOAD 1       /* world state save and load */
  7. #define ENABLE_STATEMACH 1            /* Dave's state machine code */
  8. #undef  ENABLE_DEPTHALTER 0           /* depthtype menu item */
  9. #define ENABLE_RESIZE_ON_LOAD 1       /* plg loading prompts for scale */
  10. #undef  JOY_INTS 0                    /* mask off ints while reading joy */
  11. #undef  HD_CENTER 0                   /* HMD recentering possible */
  12. #define SQRTL 1                       /* long sqrt available */
  13.  
  14. /* End of config.h */
  15.