I can't figure this out now. I installed LrdElder's newarena, and after fixing up so much... There was this odd crash.
The variable is int:
Not a single clue here.
#0 0x0816da78 in do_end_game () at newarena.c:518
#1 0x0814dc53 in update_handler () at update.c:2331
#2 0x080bd0d3 in game_loop () at comm.c:707
#3 0x080bc941 in main (argc=8, argv=0xbff05ac0) at comm.c:317
#0 0x0816da78 in do_end_game () at newarena.c:518
518 time_left_in_game = 0;(gdb) list
513 act(AT_TELL,"$n falls from the sky.", i, NULL, NULL, TO_ROOM);
514 }
515 }
516 sprintf(buf, "After %d hours of battle the Match is a draw.",game_length);
517 sportschan(buf);
518 time_left_in_game = 0;
519 ppl_in_arena=0;
520 ppl_challenged = 0;
521 }
The variable is int:
int time_left_in_game;Not a single clue here.