Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplified drawFullTitle() with for loop #23

Closed
wants to merge 3 commits into from

Conversation

Kurolox
Copy link

@Kurolox Kurolox commented Oct 21, 2019

Description

The drawFullTitle() function has been simplified with a for loop rather than calling drawNextLetter multiple times.

Fixes #22

Before submitting your PR, please review the following checklist:

  • I have added my name in Contributors.md
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation

src/BALLFALL.C Outdated Show resolved Hide resolved
Copy link
Owner

@jainrocky jainrocky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error: Expression syntax
declare int i before for loop, turbo c++ dose not support this

@jainrocky jainrocky closed this Oct 2, 2020
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.

Improve drawFullTitle()
2 participants