Merge pull request #31 from GabrielRavier/improveGToK
Improve files starting with G to K
This commit is contained in:
commit
e48b3897e9
4 changed files with 196 additions and 196 deletions
|
@ -304,7 +304,7 @@ int ModeTitle()
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Reset cliprect, flags, and give the player the nikumaru counter
|
// Reset cliprect, flags, and give the player the Nikumaru counter
|
||||||
grcGame.left = 0;
|
grcGame.left = 0;
|
||||||
// Non-vanilla: these three lines are widescreen-related(?)
|
// Non-vanilla: these three lines are widescreen-related(?)
|
||||||
grcGame.top = 0;
|
grcGame.top = 0;
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
#define JOYSTICK_DEADZONE 10000
|
#define JOYSTICK_DEADZONE 10000
|
||||||
|
|
||||||
SDL_Joystick *joystick; //This may be a name that was given by Simon, but it fits the rest of Pixel's names so it's fine.
|
SDL_Joystick *joystick; // This was probably a name that was given by Simon, but it fits the rest of Pixel's names so it's fine.
|
||||||
|
|
||||||
void ReleaseDirectInput()
|
void ReleaseDirectInput()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue