aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_main.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 21:57:03 +1000
committerDavid Walter Seikel2013-01-13 21:57:03 +1000
commit891b01d7f20f75a72390a3f9f642475310d4fe14 (patch)
treeaf8444cdc8700e5b92a827ee06ea9d27a84abb2c /LuaSL/src/LuaSL_main.c
parentAdd extantz into the build and test framework. (diff)
downloadSledjHamr-891b01d7f20f75a72390a3f9f642475310d4fe14.zip
SledjHamr-891b01d7f20f75a72390a3f9f642475310d4fe14.tar.gz
SledjHamr-891b01d7f20f75a72390a3f9f642475310d4fe14.tar.bz2
SledjHamr-891b01d7f20f75a72390a3f9f642475310d4fe14.tar.xz
How did that ever work? lol
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_main.c b/LuaSL/src/LuaSL_main.c
index f15ae4a..d6ccc14 100644
--- a/LuaSL/src/LuaSL_main.c
+++ b/LuaSL/src/LuaSL_main.c
@@ -223,7 +223,7 @@ int main(int argc, char **argv)
223 int result = EXIT_FAILURE; 223 int result = EXIT_FAILURE;
224 224
225 memset(&game, 0, sizeof(gameGlobals)); 225 memset(&game, 0, sizeof(gameGlobals));
226 game.address = "127.0.01"; 226 game.address = "127.0.0.1";
227 game.port = 8211; 227 game.port = 8211;
228 228
229 if (eina_init()) 229 if (eina_init())