13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: Name: areascan_cond_8
|
|
//:: Created By: Flash
|
|
//:: Created On: 02-mar-2005
|
|
//:://////////////////////////////////////////////
|
|
#include "areascan_inc"
|
|
|
|
int StartingConditional()
|
|
{
|
|
int iIndex = 8;
|
|
return SetupMenu(iIndex);
|
|
}
|