kroyee / SpeedBlocks

Fast paced tetris game cloned from Cultris II
GNU Lesser General Public License v3.0
11 stars 7 forks source link

Using recommend video default and fixed small typo optionSet.cpp, gui.cpp #13

Closed zDEFz closed 7 years ago

zDEFz commented 7 years ago

Using recommend defaults for Video now (100,1000)

FIxing typo "sensetive" changing to "sensitive"

zDEFz commented 7 years ago

in optionSet.cpp comment for input delay should be //input delay multiplicator 1000 = 1000 microseconds - 1ms

why can't i edit the comments in the commit?

kroyee commented 7 years ago

You can never edit a commit, for the sake of keeping history. You can however use git commit --amend to "overwrite" the last commit if you find a small mistake that need to be adjusted or changing the message for example.

zDEFz commented 7 years ago

Oh it seems to work - scroll down on files changed and it did change the correct file 👍

kroyee commented 7 years ago

Can you adjust the commit so it doesn't show the whole file as deleted and replaced? I can't actually see what/if anything has been changed in optionSet.cpp.

zDEFz commented 7 years ago

How to?

the changes in the files was

zDEFz commented 7 years ago

Sry im a git newb

kroyee commented 7 years ago

You and me both! I'm not sure, but I suspect that there is a small change somewhere in the beginning of the file and it is somehow confusing git.

kroyee commented 7 years ago

Seems to be an issue with different programs using different characters to mark newline. Take a look here: http://stackoverflow.com/questions/1889559/git-diff-to-ignore-m

kroyee commented 7 years ago

It was fine for the first file though... Did you edit it in a different way second time?

zDEFz commented 7 years ago

First i just copy and pasted file contents but it didn't copy the comments.

Then i just made changes to the folder and used a git bash in that folder. git commit --amend and then save with shift and ::wq

This didn't help. Then i did close the pull request and made a new.

I have my own fork - comparing mine to yours gives me the ability to make a pull request.

Do you see the new pull request? I just did it with github desktop and it worked fine.