comm.c: In function ‘heartbeat’:
comm.c:1017: error: ‘timer’ undeclared (first use in this function)
comm.c:1017: error: (Each undeclared identifier is reported only once
comm.c:1017: error: for each function it appears in.)
make[1]: *** [comm.o] Error 1
I don't have some of these in my code in limits.c:
if (DEAD(vict)) -> if (PLR_FLAGGED(vict, PLR_NOTDEADYET))
+ continue;
//IGNORE all of this below, you dont need it.
+ SET_BIT_AR(AFF_FLAGS(vict), AFF_DT);
+ GET_DT(vict) = GET_ROOM_VNUM(IN_ROOM(vict));
+ GET_DT_DAY(vict) = time(0);
+ GET_DT_COUNT(vict)++;
gcc -g -O2 -Wall -c -o limits.o limits.c
limits.c: In function ‘timed_dt’:
limits.c:608: error: ‘struct room_data’ has no member named ‘timed’
limits.c:608: error: ‘struct room_data’ has no member named ‘timed’
limits.c:627: error: ‘struct room_data’ has no member named ‘timed’
limits.c:628: error: ‘struct room_data’ has no member named ‘timed’
limits.c:632: error: ‘struct room_data’ has no member named ‘timed’
make[1]: *** [limits.o] Error 1