Skip to content

Commit

Permalink
Fix documentation of dedicated_server_loop
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Jul 24, 2015
1 parent 5bde779 commit 288302a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -665,9 +665,9 @@ class Server : public con::PeerHandler, public MapEventReceiver,
/*
Runs a simple dedicated server loop.
Shuts down when run is set to false.
Shuts down when kill is set to true.
*/
void dedicated_server_loop(Server &server, bool &run);
void dedicated_server_loop(Server &server, bool &kill);

#endif

0 comments on commit 288302a

Please sign in to comment.