Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/mty-makai/special.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 262 by notanpe, Wed Jan 12 09:00:49 2011 UTC revision 263 by notanpe, Mon Jul 4 09:42:05 2011 UTC
# Line 4  Line 4 
4    
5  #include "special.h"  #include "special.h"
6  #include "util.h"  #include "util.h"
7    #include "key.h"
8    #include "makai.h"
9    
10  #define TRIP_LEN 10  #define TRIP_LEN 10
11    
# Line 100  char   *str; Line 102  char   *str;
102       case 'e': special |= ST_YAKU; break;       case 'e': special |= ST_YAKU; break;
103       case 'Y': special |= ST_CHIN; break;       case 'Y': special |= ST_CHIN; break;
104       case 'Z': special |= ST_EROI; break;       case 'Z': special |= ST_EROI; break;
 #if 0  
105  #ifdef KEYLOG  #ifdef KEYLOG
106       case 'K': keyLog = MAKAI_TRUE; break;       case 'K': keyLog = MAKAI_TRUE; break;
107  #endif /* KEYLOG */  #endif /* KEYLOG */
108    #if 0
109       case 'S':       case 'S':
110        seedOffset = atoi( str + 4 );        seedOffset = atoi( str + 4 );
111        if ( seedOffset < MIN_SOFF || seedOffset > MAX_SOFF ) {        if ( seedOffset < MIN_SOFF || seedOffset > MAX_SOFF ) {

Legend:
Removed from v.262  
changed lines
  Added in v.263

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26