summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorjussi2023-11-24 20:09:34 +0200
committerjussi2023-11-24 20:09:34 +0200
commita1887aa86694208549bee0ef46758d602ba79696 (patch)
treede8b310c3f9bfce849a1e7aa9a8188f8597c1c9b /src/main.c
parent925afdf101d6993e35d6c32c52766c7c3f89ae5e (diff)
downloadreilua-enhanced-a1887aa86694208549bee0ef46758d602ba79696.tar.gz
reilua-enhanced-a1887aa86694208549bee0ef46758d602ba79696.tar.bz2
reilua-enhanced-a1887aa86694208549bee0ef46758d602ba79696.zip
SDL Events.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 2dd7618..b5be6d9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -64,7 +64,6 @@ int main( int argn, const char **argc ) {
else {
printVersion();
stateInit( argn, argc, exePath );
- // luaRegister();
state->run = luaCallMain();
while ( state->run ) {