aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/skang.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-10 14:14:08 +1000
committerDavid Walter Seikel2014-05-10 14:14:08 +1000
commit81283b584a7f7c38b697c438858a8b70294dd276 (patch)
treefa8eecfb71c369cbeeda38145403be0ab2e6e4c6 /src/GuiLua/skang.c
parentA note about a useful web site. (diff)
downloadSledjHamr-81283b584a7f7c38b697c438858a8b70294dd276.zip
SledjHamr-81283b584a7f7c38b697c438858a8b70294dd276.tar.gz
SledjHamr-81283b584a7f7c38b697c438858a8b70294dd276.tar.bz2
SledjHamr-81283b584a7f7c38b697c438858a8b70294dd276.tar.xz
Add physics to the windows.
Sure, it's just an annoying gimmick right now, but there's plans for this to be actually useful.
Diffstat (limited to '')
-rw-r--r--src/GuiLua/skang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GuiLua/skang.c b/src/GuiLua/skang.c
index ed6d31f..c116f30 100644
--- a/src/GuiLua/skang.c
+++ b/src/GuiLua/skang.c
@@ -5,7 +5,7 @@
5EAPI_MAIN int elm_main(int argc, char **argv) 5EAPI_MAIN int elm_main(int argc, char **argv)
6{ 6{
7 HamrTime(elm_main, "GuiLua"); 7 HamrTime(elm_main, "GuiLua");
8 GuiLuaDo(argc, argv, NULL); 8 GuiLuaDo(argc, argv, NULL, NULL);
9 9
10 return 0; 10 return 0;
11} 11}