[iortcw] 396/497: All: Fix typos and whitespace

Simon McVittie smcv at debian.org
Fri Sep 8 10:37:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit dcfc8111d0a93c2e1361fa4bfd1d3a0aab16e53c
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Mon Sep 21 10:44:01 2015 -0400

    All: Fix typos and whitespace
---
 MP/code/qcommon/qcommon.h | 2 +-
 MP/code/sys/sys_win32.c   | 2 +-
 SP/code/qcommon/qcommon.h | 2 +-
 SP/code/sys/sys_unix.c    | 4 ++--
 SP/code/sys/sys_win32.c   | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/MP/code/qcommon/qcommon.h b/MP/code/qcommon/qcommon.h
index f0107b7..620cbe9 100644
--- a/MP/code/qcommon/qcommon.h
+++ b/MP/code/qcommon/qcommon.h
@@ -1229,7 +1229,7 @@ FILE	*Sys_Mkfifo( const char *ospath );
 char    *Sys_Cwd( void );
 char    *Sys_DefaultBasePath( void );
 char    *Sys_DefaultInstallPath( void );
-char	*Sys_SteamPath(void);
+char    *Sys_SteamPath(void);
 
 #ifdef MACOS_X
 char    *Sys_DefaultAppPath(void);
diff --git a/MP/code/sys/sys_win32.c b/MP/code/sys/sys_win32.c
index e74e40d..e1ab9eb 100644
--- a/MP/code/sys/sys_win32.c
+++ b/MP/code/sys/sys_win32.c
@@ -42,7 +42,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 // Used to determine where to store user-specific files
 static char homePath[ MAX_OSPATH ] = { 0 };
 
-// Used to store the Steam Quake 3 installation path
+// Used to store the Steam RTCW installation path
 static char steamPath[ MAX_OSPATH ] = { 0 };
 
 #ifndef DEDICATED
diff --git a/SP/code/qcommon/qcommon.h b/SP/code/qcommon/qcommon.h
index 0dd7ba2..487ba8e 100644
--- a/SP/code/qcommon/qcommon.h
+++ b/SP/code/qcommon/qcommon.h
@@ -1145,7 +1145,7 @@ FILE	*Sys_Mkfifo( const char *ospath );
 char    *Sys_Cwd( void );
 char    *Sys_DefaultBasePath( void );
 char    *Sys_DefaultInstallPath( void );
-char	*Sys_SteamPath(void);
+char    *Sys_SteamPath(void);
 
 #ifdef MACOS_X
 char    *Sys_DefaultAppPath(void);
diff --git a/SP/code/sys/sys_unix.c b/SP/code/sys/sys_unix.c
index 17f874d..d3f8a88 100644
--- a/SP/code/sys/sys_unix.c
+++ b/SP/code/sys/sys_unix.c
@@ -44,7 +44,7 @@ qboolean stdinIsATTY;
 // Used to determine where to store user-specific files
 static char homePath[ MAX_OSPATH ] = { 0 };
 
-// Used to store the Steam Quake 3 installation path
+// Used to store the Steam RTCW installation path
 static char steamPath[ MAX_OSPATH ] = { 0 };
 
 /*
@@ -88,7 +88,7 @@ Sys_SteamPath
 */
 char *Sys_SteamPath( void )
 {
-	// Disabled since Steam doesn't let you install Quake 3 on Mac/Linux
+	// Disabled since Steam doesn't let you install RTCW on Mac/Linux
 #if 0
 	char *p;
 
diff --git a/SP/code/sys/sys_win32.c b/SP/code/sys/sys_win32.c
index 459ca24..8f644dc 100644
--- a/SP/code/sys/sys_win32.c
+++ b/SP/code/sys/sys_win32.c
@@ -42,7 +42,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 // Used to determine where to store user-specific files
 static char homePath[ MAX_OSPATH ] = { 0 };
 
-// Used to store the Steam Quake 3 installation path
+// Used to store the Steam RTCW installation path
 static char steamPath[ MAX_OSPATH ] = { 0 };
 
 #ifndef DEDICATED

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list