Hi, I've got this error:
event_handler.c:42: parse error before "current_bucket"
from this line of code, which should compile properly (it's an addon to a program called SocketMud ( ):
bucket = (game_pulses current_bucket) % MAX_EVENT_HASH;
Any ideas?
event_handler.c:42: parse error before "current_bucket"
from this line of code, which should compile properly (it's an addon to a program called SocketMud ( ):
bucket = (game_pulses current_bucket) % MAX_EVENT_HASH;
Any ideas?