Hid timer function parameters in a macro (#3311)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "../common/cbasetypes.hpp"
|
||||
#include "../common/db.hpp"
|
||||
#include "../common/mmo.hpp"
|
||||
#include "../common/timer.hpp"
|
||||
|
||||
#define NUM_WHISPER_VAR 10
|
||||
|
||||
@@ -1926,7 +1927,7 @@ int set_var(struct map_session_data *sd, char *name, void *val);
|
||||
int conv_num(struct script_state *st,struct script_data *data);
|
||||
const char* conv_str(struct script_state *st,struct script_data *data);
|
||||
void pop_stack(struct script_state* st, int start, int end);
|
||||
int run_script_timer(int tid, unsigned int tick, int id, intptr_t data);
|
||||
TIMER_FUNC(run_script_timer);
|
||||
void script_stop_sleeptimers(int id);
|
||||
struct linkdb_node *script_erase_sleepdb(struct linkdb_node *n);
|
||||
void run_script_main(struct script_state *st);
|
||||
|
||||
Reference in New Issue
Block a user