Kaynağa Gözat

replace function luaopen_libcrownlua (see previous commits)

mikymod 12 yıl önce
ebeveyn
işleme
7a75dc73db
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/Game.cpp

+ 1 - 1
src/Game.cpp

@@ -14,7 +14,7 @@ void init()
 	L = luaL_newstate();
 	luaL_openlibs(L);
 
-	lua_cpcall(L, luaopen_libcrownlua, NULL);
+	lua_cpcall(L, luaopen_libcrown, NULL);
 
 	const char* path = device()->filesystem()->os_path(g_boot.value());