drfiemost / Hurrican

A fork of Hurrican, freeware jump and shoot game created by Poke53280, with SDL2 enabled by default, support for libopenmpt and CRT simulation
MIT License
7 stars 2 forks source link

Partial text on loading screen #17

Closed s1eve-mcdichae1 closed 2 years ago

s1eve-mcdichae1 commented 2 years ago

When starting a game, there is some text shown below the level loading progress bar. Usually it's just a single letter, somewhat off to the left (the exact position differs from one instance to the next, as if it's the first letter of some center-justified text of varying lengths.) Once in a while instead of a single letter it will be a longer string.

This happens whether I'm loading the tutorial, a new game, or a saved game.

20211230_091729

20211230_091911

20211230_092022

20211230_091757

drfiemost commented 2 years ago

I thought it only happened in debug builds but it's not. Anyway bisected and found the bad commit: e6f8862