SVN r116 (trunk)

This commit is contained in:
Randy Heit 2006-05-16 02:50:18 +00:00
commit ac53ed6ecd
25 changed files with 595 additions and 740 deletions

View file

@ -2194,7 +2194,7 @@ void Net_DoCommand (int type, byte **stream, int player)
{
// Paths sent over the network will be valid for the system that sent
// the save command. For other systems, the path needs to be changed.
char *fileonly = savegamefile.GetChars();
const char *fileonly = savegamefile.GetChars();
char *slash = strrchr (fileonly, '\\');
if (slash != NULL)
{