summaryrefslogtreecommitdiff
path: root/src/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server.h')
-rw-r--r--src/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server.h b/src/server.h
index 39e715aa3..aeae216a6 100644
--- a/src/server.h
+++ b/src/server.h
@@ -330,7 +330,7 @@ public:
// Actual processing is done in an another thread.
void step(float dtime);
// This is run by ServerThread and does the actual processing
- void AsyncRunStep();
+ void AsyncRunStep(bool initial_step=false);
void Receive();
void ProcessData(u8 *data, u32 datasize, u16 peer_id);