X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fmain.c;h=777b088f0cb86a5e61320daf431a881dbe0a635e;hb=1d0ac498300d1f6c4d748c1333e9188410eccd60;hp=de1e6f08f5e8abfe054cef9b69490de91e71bb97;hpb=45858e5212dd85ec8439e1feb229009446daeef7;p=nothing.git diff --git a/src/main.c b/src/main.c index de1e6f08..777b088f 100644 --- a/src/main.c +++ b/src/main.c @@ -30,7 +30,7 @@ int main(int argc, char *argv[]) { srand((unsigned int) time(NULL)); - Lt *const lt = create_lt(); + Lt *lt = create_lt(); char *level_folder = NULL; int fps = 30;