home · contact · privacy
Added diagonal movement, with a 1.4 penalty.
[plomrogue] / src / client / world.h
index 307f53f92d11098786cb58cd09071b505e1de1aa..cbb640abd65ddfa6667a5d68683f9d8650161831 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <stdint.h> /* uint8_t, uint16_t */
 #include <sys/types.h> /* time_t */
-#include "../common/map.h" /* struct Map */
+#include "map.h" /* struct Map */
 #include "../common/yx_uint16.h" /* struct yx_uint16 */
 #include "keybindings.h" /* stuct KeyBindingDB */
 #include "command_db.h" /* struct CommandDB */