Browse Subversion Repository
Diff of /branches/mty-makai/mty.c
Parent Directory
| Revision Log
| Patch
| 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] && |
| 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 |
|
|
|