summaryrefslogtreecommitdiff
path: root/src/screen_world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen_world.c')
-rw-r--r--src/screen_world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_world.c b/src/screen_world.c
index a5fdc1c..f889471 100644
--- a/src/screen_world.c
+++ b/src/screen_world.c
@@ -55,7 +55,7 @@ void setGameType()
{
int ret = 0;
- ret = initNetMuliplayer( getSettingGameType(), getSettingIP(), getSettingPort() );
+ ret = initNetMuliplayer( getSettingGameType(), getSettingIP(), getSettingPort(), getSettingProto() );
if( ret != 0 )
{