about summary refs log tree commit diff
path: root/src/engine/client
diff options
context:
space:
mode:
authorJakob Fries <jakob.fries@gmail.com>2007-06-01 11:08:33 +0000
committerJakob Fries <jakob.fries@gmail.com>2007-06-01 11:08:33 +0000
commit9da845061a2fc7f3401c3b7487062f7922ce759f (patch)
treece4be6b79c5ea5719b364eb3d68165d093969cbe /src/engine/client
parent821e6bbe538421556f516c671114b7d748629661 (diff)
downloadzcatch-9da845061a2fc7f3401c3b7487062f7922ce759f.tar.gz
zcatch-9da845061a2fc7f3401c3b7487062f7922ce759f.zip
gui things
Diffstat (limited to 'src/engine/client')
-rw-r--r--src/engine/client/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp
index 20ab0b39..3f765645 100644
--- a/src/engine/client/client.cpp
+++ b/src/engine/client/client.cpp
@@ -695,7 +695,7 @@ int main(int argc, char **argv)
 		{
 			// -n NAME
 			i++;
-			set_player_name(argv[i]);
+			set_player_name(&config, argv[i]);
 		}
 		else if(argv[i][0] == '-' && argv[i][1] == 'w' && argv[i][2] == 0)
 		{