]> git.localhorst.tv Git - l2e.git/blobdiff - src/main.cpp
new language, new compiler
[l2e.git] / src / main.cpp
index c01154e0368038757444a418c8cb19340802a64c..8fa276ce73f07566b182b465b2457aea7af4580c 100644 (file)
@@ -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: {