Split the "play end" state back into "goal", "fall out" and "time out"
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Thu, 27 Sep 2007 22:29:22 +0000 (22:29 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Thu, 27 Sep 2007 22:29:22 +0000 (22:29 +0000)
commit826adcdb14e08c3cad1e37233704d6215752690c
tree39cd5d385402e14190535280f6361b77c96acda8
parent4feef7c3312752932656fe4cda3852287b2c547a
Split the "play end" state back into "goal", "fall out" and "time out"
states.  It's better to be redundant than incomprehensible.

git-svn-id: https://s.snth.net/svn/neverball/trunk@1167 78b8d119-cf0a-0410-b17c-f493084dd1d7
Makefile
ball/st_fall_out.c [new file with mode: 0644]
ball/st_fall_out.h [new file with mode: 0644]
ball/st_goal.c [new file with mode: 0644]
ball/st_goal.h [new file with mode: 0644]
ball/st_play.c
ball/st_play_end.c [deleted file]
ball/st_play_end.h [deleted file]
ball/st_time_out.c [new file with mode: 0644]
ball/st_time_out.h [new file with mode: 0644]