diff options
| author | Reinmmar <herwig.orlich@gmail.com> | 2023-11-29 09:13:55 +0100 |
|---|---|---|
| committer | Reinmmar <herwig.orlich@gmail.com> | 2023-11-29 09:13:55 +0100 |
| commit | 3d3b6c1b2c39ff8737ef51ce1f4da7b0c0652aa9 (patch) | |
| tree | 1faf80ebdfc5da0bb9029efaa677c2d3251b9d65 /include/player.h | |
| parent | c19e313df4758a6be19384b1b728283b55ffa92b (diff) | |
cleaned up matching function
Diffstat (limited to 'include/player.h')
| -rw-r--r-- | include/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/player.h b/include/player.h index 6cfd1383..a003a610 100644 --- a/include/player.h +++ b/include/player.h @@ -209,6 +209,7 @@ typedef enum { SURFACE_AUTO_LADDER, SURFACE_CLIMB_WALL, SURFACE_2C, + SURFACE_FF = 0xff, } SurfaceType; typedef enum { |
