]> git.localhorst.tv Git - l2e.git/blobdiff - src/main.cpp
activated the loader
[l2e.git] / src / main.cpp
index 73a9f16fff877eb6ddc013e6cd3b2b4f7e2169ee..c01154e0368038757444a418c8cb19340802a64c 100644 (file)
@@ -211,7 +211,7 @@ int main(int argc, char **argv) {
                        return 3;
                }
 
-               Caster caster(intp);
+               Caster caster(ld, intp);
 
                GameState gameState;