Implementing guest login.

This commit is contained in:
lotodore
2009-11-15 08:41:29 +00:00
parent d727a7fd5d
commit b8951a61d3
5 changed files with 67 additions and 27 deletions
+1
View File
@@ -26,6 +26,7 @@
#include <third_party/boost/timers.hpp>
#define SERVER_COMPUTER_PLAYER_NAME "Computer"
#define SERVER_GUEST_PLAYER_NAME "Guest"
typedef std::list<unsigned> PlayerIdList;