1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-22 18:11:34 +00:00

Fix tab indentations in apps/ and components/

(cherry picked from commit a47617c21f)

Conflicts:
	apps/openmw/mwinput/inputmanagerimp.cpp
	apps/openmw/mwmechanics/aicombat.cpp
	apps/openmw/mwphysics/physicssystem.cpp
This commit is contained in:
scrawl 2015-09-16 20:45:37 +02:00 committed by cc9cii
parent a2294117cd
commit fcb9068c19
17 changed files with 69 additions and 69 deletions

View file

@ -161,7 +161,7 @@ namespace MWInput
/* Joystick Init */
//Load controller mappings
// Load controller mappings
#if SDL_VERSION_ATLEAST(2,0,2)
if(controllerBindingsFile!="")
{
@ -169,7 +169,7 @@ namespace MWInput
}
#endif
//Open all presently connected sticks
// Open all presently connected sticks
int numSticks = SDL_NumJoysticks();
for(int i = 0; i < numSticks; i++)
{