X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.cpp;h=0a69788469f171c3ecfa70bf2c2923ea7bfc4fdd;hb=d1e76d7a2834c8441a11c70ff1dea66fee6be6c6;hp=cd3de2ac172e510d065523f4a17478081833e7cf;hpb=ede708d4e15a34a4443727fc64fd28946fcbeb41;p=l2e.git diff --git a/src/main.cpp b/src/main.cpp index cd3de2a..0a69788 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -189,12 +189,6 @@ int main(int argc, char **argv) { Caster caster(intp); - { - Map *map1(caster.GetMap("map1")); - Map *map2(caster.GetMap("map2")); - std::cout << map1 << ' ' << map2 << std::endl; - } - GameState gameState; gameState.heroes[0] = *caster.GetHero("maxim");