Problem
#4

your enum initialisation should look like this:
Код:
enum tinfo{
	integer,
	name[32],
	Float,
	Float,
	Float,
	Float,
	Int,
	Int,
	Int,
	Int,
	Int,
	Int,
	Int
}
...you added something into the turfs[], and forgot to change its specifications in the enum, and/or
MAX_TURFS you need to set the amount as big as the flields amount. here its:
Код:
#define MAX_TURFS 3 //or new MAX_TURFS=3;//however you declared it
the enum example above was derived by counting and defining your data, compare it to yours, youll find the issue
Reply


Messages In This Thread
Problem - by R3dX - 15.11.2011, 18:08
Re: Problem - by R3dX - 16.11.2011, 13:55
Re: Problem - by Calgon - 16.11.2011, 14:24
AW: Problem - by Babul - 16.11.2011, 15:46

Forum Jump:


Users browsing this thread: 1 Guest(s)