gbowne1 / StarshipAscension

A C++ Space and Starship game in a 80x24 space
GNU General Public License v3.0
6 stars 0 forks source link

Fixed game.cpp and better VSCode settings #19

Closed gbowne1 closed 11 months ago

gbowne1 commented 12 months ago

This Pull Request:

gbowne1 commented 12 months ago

@Karutoh I'm gonna move this to Gittea once this gets so it builds to 100% with 0 errors/warnings.

gbowne1 commented 11 months ago

@Karutoh Thanks, that was a TIL, random stuff I found in GPT and in our friend Stack Overflow. Whatever it was, it solved some issues.

Karutoh commented 11 months ago

@Karutoh Thanks, that was a TIL, random stuff I found in GPT and in our friend Stack Overflow. Whatever it was, it solved some issues.

Hmmm... That adds some level of concern. If using dynamic_cast resolved some errors. Using a C-Style Cast should have worked just fine, so long as you used it correctly.