Merge pull request #2 from tessi/dying_bird

Closes the birds eyes after flying into something
This commit is contained in:
mattn 2014-07-24 20:15:45 +09:00
commit af9beef22b

View File

@ -177,6 +177,7 @@ function! s:loop()
if cb =~ '\S' || ry < 1 || ry >= sh
let state = s:STATE_DIE
let dy = 0
let cf = get(g:, 'flappyvird_face', '(; x_x)') " character face
continue
endif