/*
* Process input.
*/
logf("worked?");
-->crash for ( d = descriptor_list; d != NULL; d = d_next )
{
logf("yes!");
d_next = d->next;
d->fcommand = FALSE;
in main():
sprintf( log_buf, "ROM is ready to rock on port %d.", port );
log_string( log_buf );
logf("its breaking here...");
game_loop_unix( control );
logf("err...nevermind.");
_________________________________________________________________
Don't just Search. Find! http://search.sympatico.msn.ca/default.aspx The new
MSN Search! Check it out!
hey list, ive got a problem here that i cant figure out. i just installed
roomprogs and objectprogs and i have no errors or warnings but the game
loads, then crashes right after "rom is ready to rock" it crashes in
game_loop_unix right here, i see "worked?" but never see "yes!"...so with my
basic understanding i figure there's no descriptor_list...but i cant figure
out what happened to it!! why was it there before installation and not
after? has anyone had similar problems with this or knows a solution?
- game_loop_unix omar miisa
- Re: game_loop_unix cyhawk
- Re: game_loop_unix omar miisa

