Skip to content

Commit

Permalink
[MIRROR] Fixes COMSIG_ATOM_POST_DIR_CHANGE having the same definition…
Browse files Browse the repository at this point in the history
… as COMSIG_ATOM_DIR_CHANGE (#2799)

* Fixes COMSIG_ATOM_POST_DIR_CHANGE having the same definition as COMSIG_ATOM_DIR_CHANGE (#83604)

## About The Pull Request

Title.
## Why It's Good For The Game

Turns out, signals having the same definition causes a lot of issues.
## Changelog
:cl:
fix: COMSIG_ATOM_POST_DIR_CHANGE is now a functional signal
/:cl:

* Fixes COMSIG_ATOM_POST_DIR_CHANGE having the same definition as COMSIG_ATOM_DIR_CHANGE

---------

Co-authored-by: nikothedude <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed Jun 1, 2024
1 parent e5c22db commit 0cd195b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
///from base of atom/setDir(): (old_dir, new_dir). Called before the direction changes.
#define COMSIG_ATOM_DIR_CHANGE "atom_dir_change"
///from base of atom/setDir(): (old_dir, new_dir). Called after the direction changes.
#define COMSIG_ATOM_POST_DIR_CHANGE "atom_dir_change"
#define COMSIG_ATOM_POST_DIR_CHANGE "atom_post_dir_change"
///from base of atom/movable/keybind_face_direction(): (dir). Called before turning with the movement lock key.
#define COMSIG_MOVABLE_KEYBIND_FACE_DIR "keybind_face_dir"
///ignores the movement lock key, used for turning while strafing in a mech
Expand Down

0 comments on commit 0cd195b

Please sign in to comment.