home · contact · privacy
Added diagonal movement, with a 1.4 penalty.
[plomrogue] / src / server / world.h
index 3bea1f1cf4ce7a9e7084c2f3662515c7df6fbd95..c17fd60be34a652e4c2470b5c789e28e42048a9c 100644 (file)
@@ -7,7 +7,7 @@
 #define MAIN_H
 
 #include <stdint.h> /* uint8_t, uint16_t, uint32_t */
-#include "../common/map.h" /* struct Map */
+#include "map.h" /* struct Map */
 struct MapObjDef;
 struct MapObjAct;
 struct MapObj;