Skip to content

맵 출력 함수 부분 수정 - #1

Open
daehwan2yo wants to merge 16 commits into
beomjunfrom
daehwan-1
Open

맵 출력 함수 부분 수정#1
daehwan2yo wants to merge 16 commits into
beomjunfrom
daehwan-1

Conversation

@daehwan2yo

Copy link
Copy Markdown
Owner

범준아 맵파일 출력하는 함수 85행 ~ 96행
에서 그냥 printf("%c", map_file[i][j]); 이거 만 있으면 그냥 배열들이 개행안되고 한줄로 나열되는거 아니야??

j에 대한 for문이 끝나면 printf("\n"); 이거 넣어줘야하지 않을까??
일단 수정해놓을게 다시 고칠수 있으니까

daehwan2yo added 16 commits May 25, 2017 00:16
범준아 맵파일 출력하는 함수 85행 ~ 96행
에서 그냥 printf("%c", map_file[i][j]); 이거 만 있으면 그냥 배열들이 개행안되고 한줄로 나열되는거 아니야??

j에 대한 for문이 끝나면 printf("\n"); 이거 넣어줘야하지 않을까??
일단 수정해놓을게 다시 고칠수 있으니까
이해했음
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant