Makes pixelshift better

Ditto
This commit is contained in:
christiankabbalahexpert
2023-08-19 19:37:05 +10:00
parent 5c4271811f
commit a7d2db1c4b
3 changed files with 26 additions and 20 deletions
+1 -1
View File
@@ -15,4 +15,4 @@
movement_dir &= ~(NORTH|SOUTH)
if((movement_dir & EAST) && (movement_dir & WEST))
movement_dir &= ~(EAST|WEST)
user.Move(get_step(src, movement_dir), movement_dir)
user.Move(get_step(src, movement_dir), movement_dir)