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

Clear red pixels at game start #177

Merged
merged 1 commit into from
Sep 7, 2018
Merged

Clear red pixels at game start #177

merged 1 commit into from
Sep 7, 2018

Conversation

donnierussellii
Copy link
Contributor

Makes red pixels go away, but real problem is probably in REF_IMG_bmBlankMFD
Maybe fill in the missing pixels manually?

Makes red pixels go away, but real problem is probably in REF_IMG_bmBlankMFD
Maybe fill in the missing pixels manually?
@@ -488,6 +488,7 @@ void olh_overlay(void) {
uiPopGlobalCursor();
uiFlush();
olh_overlay_on = FALSE;
gr_clear(0); //makes red pixels go away, but real problem is probably in REF_IMG_bmBlankMFD
Copy link
Owner

Choose a reason for hiding this comment

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

It looks like we're using spaces for indentation and you're using tabs, not a big deal but it would be nice to be consistent.

@Interrupt Interrupt merged commit 8783f0a into Interrupt:master Sep 7, 2018
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.

None yet

2 participants