X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmain.cpp;h=8fa276ce73f07566b182b465b2457aea7af4580c;hb=HEAD;hp=c01154e0368038757444a418c8cb19340802a64c;hpb=45bb35881a10720ae26701ddf075f756419cd627;p=l2e.git diff --git a/src/main.cpp b/src/main.cpp index c01154e..8fa276c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -95,7 +95,7 @@ int main(int argc, char **argv) { const int width = 512; const int height = 448; - const Fixed<8> walkSpeed = Fixed<8>(1, 8); + const int walkSpeed = 8; bool battle(false); @@ -189,7 +189,7 @@ int main(int argc, char **argv) { return 0; } case Arguments::DUMP: { - std::cout << source << std::endl; + std::cout << source << ld << std::endl; return 0; } case Arguments::SOURCE_WIKI: {