Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 232 by notanpe, Mon Sep 14 08:33:27 2009 UTC revision 233 by notanpe, Thu Sep 17 14:07:37 2009 UTC
# Line 1255  unsigned char  *kind; Line 1255  unsigned char  *kind;
1255    }    }
1256    
1257    if ( special & ST_EROI ) {    if ( special & ST_EROI ) {
1258     /* エロい人 looooloooo */     int  i;
1259       /* エロい人型二構 その 1 looooloooo */
1260     if ( trip[0] == trip[5] &&     if ( trip[0] == trip[5] &&
1261          trip[1] == trip[2] && trip[1] == trip[3] && trip[1] == trip[4] &&          trip[1] == trip[2] && trip[1] == trip[3] && trip[1] == trip[4] &&
1262          trip[1] == trip[6] && trip[1] == trip[7] && trip[1] == trip[8] &&          trip[1] == trip[6] && trip[1] == trip[7] && trip[1] == trip[8] &&
# Line 1263  unsigned char  *kind; Line 1264  unsigned char  *kind;
1264      strcpy( kind, "エ" );      strcpy( kind, "エ" );
1265      return( tfp );      return( tfp );
1266     }     }
1267       /* エロい人型二構 その 2 [./] */
1268       for ( i = 0; i < TRIP_LEN; i++ ) {
1269        if ( trip[i] != '.' && trip[i] != '/' ) {
1270         goto NOEROI;
1271        }
1272       }
1273       strcpy( kind, "エ" );
1274       return( tfp );
1275    }    }
1276      NOEROI:
1277    
1278    if ( special & ST_NIKO ) {    if ( special & ST_NIKO ) {
1279     /* 二構 */     /* 二構 */

Legend:
Removed from v.232  
changed lines
  Added in v.233

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