mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-15 18:23:46 +01:00
wew
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user