summaryrefslogtreecommitdiff
path: root/src/game-server/main-game.cpp
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-09-18 15:59:49 +0000
committerDavid Athay <ko2fan@gmail.com>2008-09-18 15:59:49 +0000
commit70befcc989d783d1b7adff2a501052f3cdb02518 (patch)
treee420fcb71fe940045a2060ab7ced78a33d8c64c8 /src/game-server/main-game.cpp
parent12c585f16ec1918e9d3ab44a3a19d7bc4539e214 (diff)
downloadmanaserv-70befcc989d783d1b7adff2a501052f3cdb02518.tar.gz
manaserv-70befcc989d783d1b7adff2a501052f3cdb02518.tar.bz2
manaserv-70befcc989d783d1b7adff2a501052f3cdb02518.tar.xz
manaserv-70befcc989d783d1b7adff2a501052f3cdb02518.zip
Added postal system to chat server, and modified tick time.
Diffstat (limited to 'src/game-server/main-game.cpp')
-rw-r--r--src/game-server/main-game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/main-game.cpp b/src/game-server/main-game.cpp
index 39727384..2cf025e7 100644
--- a/src/game-server/main-game.cpp
+++ b/src/game-server/main-game.cpp
@@ -54,7 +54,7 @@
#define DEFAULT_MAPSDB_FILE "maps.xml"
#define DEFAULT_MONSTERSDB_FILE "monsters.xml"
-utils::Timer worldTimer(150, false); /**< Timer for world tics set to 100 ms */
+utils::Timer worldTimer(100, false); /**< Timer for world tics set to 100 ms */
int worldTime = 0; /**< Current world time in 100ms ticks */
bool running = true; /**< Determines if server keeps running */