Changed C++ style comments to fix pedantic warnings.

This commit is contained in:
Philipp Wiesemann 2014-05-17 22:02:25 +02:00
parent d2d918c6b2
commit 423d8d1a17
5 changed files with 7 additions and 5 deletions

View file

@ -539,7 +539,7 @@ SDL_SetRelativeMouseMode(SDL_bool enabled)
mouse->relative_mode_warp = SDL_TRUE;
} else if (mouse->SetRelativeMouseMode(enabled) < 0) {
if (enabled) {
// Fall back to warp mode if native relative mode failed
/* Fall back to warp mode if native relative mode failed */
mouse->relative_mode_warp = SDL_TRUE;
}
}