 |
|
Peter Triggs
|
|
Gone Fishin, Canada
Jan 2000 time: 05:31
|
|
You got further than me. My notes just say "Must be broken, keeps giving 'wrong type of argument' errors."
|
|
|  |
 |
|
Peter Triggs
|
|
Gone Fishin, Canada
Jan 2000 time: 05:31
|
|
Ahh, now I remember:
code:
int_f CTC_IsSeaTerrain(location_t theLoc){
location_t tmpLoc;
tmpLoc=theLoc;
if ((9 < TerrainType(tmpLoc) && TerrainType(tmpLoc) < 17)
|| TerrainType(tmpLoc)==22 || TerrainType(tmpLoc) ==23 ){
return 1;
}
return 0;
}
|
|
|  |
All times are GMT. The time now is 05:31. Apolyton Time is 00:31. |
top of page
|
| archivepost |
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
|
|
|
|
|
|