back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/ghosts.h
diff options
context:
space:
mode:
authorscratko <m@scratko.xyz>2024-04-18 20:05:03 +0300
committerscratko <m@scratko.xyz>2024-04-18 20:05:03 +0300
commit29afbdf8e26f741ac1d090f2e7704093253f17fc (patch)
tree453dff441936bf712aaa72d27b62f5ca5d0f1bbf /ghosts.h
parentef3844bf2128fa82f20c5995d1fca66fadba2ce3 (diff)
downloadpacman-29afbdf8e26f741ac1d090f2e7704093253f17fc.tar.gz
pacman-29afbdf8e26f741ac1d090f2e7704093253f17fc.tar.bz2
pacman-29afbdf8e26f741ac1d090f2e7704093253f17fc.zip
Release version
Diffstat (limited to 'ghosts.h')
-rw-r--r--ghosts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ghosts.h b/ghosts.h
index ff8eb75..df5487e 100644
--- a/ghosts.h
+++ b/ghosts.h
@@ -59,7 +59,6 @@ struct ghost_type {
struct coordinates position;
struct coordinates home_position;
enum ghost_color color;
- int frightened_status;
enum movement_direction direction;
struct prison prison_params;
struct capture capture_info;