]> git.localhorst.tv Git - l2e.git/blobdiff - src/main.cpp
workaround for map lock with int steps
[l2e.git] / src / main.cpp
index 672c41bfa8fa5c01024b2a154f45c4346d6c2548..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);