Daivuk / PureDOOM

Pure DOOM - Single Header Doom Source Port
GNU General Public License v2.0
275 stars 22 forks source link

Show message & play sfx when a secret is found #14

Closed ColleagueRiley closed 5 months ago

ColleagueRiley commented 5 months ago

Since most of my old code was removed, I decided to make a new fork.

ColleagueRiley commented 5 months ago

Oops 💀

Daivuk commented 5 months ago

Amazing, must simple :)

Daivuk commented 5 months ago

Do you mind squashing your commits into 1? image not that it matters that much... but ive created enough mess myself

ColleagueRiley commented 5 months ago

Is there a way to do that without making a new fork?

Daivuk commented 5 months ago

Is there a way to do that without making a new fork?

Yes. git rebase -i HEAD~3 leave first commit alone, 2 bellow remove the hash and put f in front, for "squash up". You will have to force push.

If you dont really know how to do this, dont worry then. Leave it as is.