sezero / quakespasm

QuakeSpasm -- A modern, cross-platform Quake game engine based on FitzQuake.
https://sourceforge.net/projects/quakespasm/
GNU General Public License v2.0
227 stars 96 forks source link

Add new game message hint #82

Closed Diordany closed 10 months ago

Diordany commented 10 months ago

The new game message didn't give a hint as to which button should be pressed to confirm or cancel. This message has been present since the original release by id software, and I thought it helped to simply add "y/n" at the end of the message for anyone who isn't familiar with how the modal message works.

Diordany commented 10 months ago

Yes sorry about that @alexey-lysiuk, my IDE's editor automatically changed the other lines. I'll take care of it.

Also, do you want me to change y/n to (y/n) instead?

alexey-lysiuk commented 10 months ago

Also, do you want me to change y/n to (y/n) instead?

Let's wait for another opinion. For me, it should match with the rest of SCR_ModalMessage() calls.

Diordany commented 10 months ago

Let's wait for another opinion. For me, it should match with the rest of SCR_ModalMessage() calls.

Alright, got it.

sezero commented 10 months ago

Also, do you want me to change y/n to (y/n) instead?

That would be good, yes.

sezero commented 10 months ago

And: squash the commits into a single one, please.

Diordany commented 10 months ago

I've made the changes @sezero.

sezero commented 10 months ago

OK, this is in. Thanks.