Commit 757e3990 authored by nanahira's avatar nanahira

put default port 0

parent 81ab1943
...@@ -1292,7 +1292,7 @@ void Game::LoadConfig() { ...@@ -1292,7 +1292,7 @@ void Game::LoadConfig() {
gameConf.numfont[0] = 0; gameConf.numfont[0] = 0;
gameConf.textfont[0] = 0; gameConf.textfont[0] = 0;
gameConf.lasthost[0] = 0; gameConf.lasthost[0] = 0;
gameConf.lastport[0] = 0; gameConf.lastport = 0;
gameConf.roompass[0] = 0; gameConf.roompass[0] = 0;
gameConf.bot_deck_path[0] = 0; gameConf.bot_deck_path[0] = 0;
//settings //settings
......
...@@ -12,7 +12,7 @@ textfont = ./fonts/textFont.ttf 14 ...@@ -12,7 +12,7 @@ textfont = ./fonts/textFont.ttf 14
numfont = ./fonts/numFont.ttf numfont = ./fonts/numFont.ttf
serverport = 7911 serverport = 7911
lasthost = 127.0.0.1 lasthost = 127.0.0.1
lastport = 7911 lastport = 0
automonsterpos = 0 automonsterpos = 0
autospellpos = 0 autospellpos = 0
randompos = 0 randompos = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment