fixed large heart display

This commit is contained in:
Maxine Filcher 2021-01-10 21:37:49 -08:00
부모 76e630ccd9
커밋 3b26eba3d8

파일 보기

@ -193,7 +193,7 @@ func lrgHeart(x int) {
switch i {
default:
fmt.Print(" ")
case x + 5, x + 10, x + 6, x + 14:
case x + 5, x + 10, x + 13:
fmt.Print("@")
case x + 18:
fmt.Println("@")