This commit is contained in:
Daveo 2001-02-20 15:57:03 +00:00
parent 9af1eb0ad5
commit 0a22ec4675
20 changed files with 348 additions and 122 deletions

View file

@ -72,11 +72,11 @@ sLvlTab LvlTable[]=
};
extern int s_globalLevelSelectThing;
int Lvl=13;
//int Lvl=13;
/*****************************************************************************/
void CLevel::init()
{
s_globalLevelSelectThing=Lvl;
// s_globalLevelSelectThing=Lvl;
for (int i=0; i<CLayerTile::LAYER_TILE_TYPE_MAX; i++)
{
TileLayers[i]=0;