Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2138
Modified Files:
wolfpack.vcproj world.cpp
Log Message:
Binary save updates.
Index: wolfpack.vcproj
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/wolfpack.vcproj,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** wolfpack.vcproj 16 Aug 2004 18:18:03 -0000 1.42
--- wolfpack.vcproj 17 Aug 2004 00:13:50 -0000 1.43
***************
*** 75,79 ****
ConfigurationType="1"
CharacterSet="2"
! WholeProgramOptimization="FALSE">
<Tool
Name="VCCLCompilerTool"
--- 75,79 ----
ConfigurationType="1"
CharacterSet="2"
! WholeProgramOptimization="TRUE">
<Tool
Name="VCCLCompilerTool"
***************
*** 154,158 ****
ConfigurationType="1"
CharacterSet="2"
! WholeProgramOptimization="FALSE">
<Tool
Name="VCCLCompilerTool"
--- 154,158 ----
ConfigurationType="1"
CharacterSet="2"
! WholeProgramOptimization="TRUE">
<Tool
Name="VCCLCompilerTool"
Index: world.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/world.cpp,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -d -r1.114 -r1.115
*** world.cpp 16 Aug 2004 18:18:03 -0000 1.114
--- world.cpp 17 Aug 2004 00:13:50 -0000 1.115
***************
*** 494,498 ****
else if ( type != 0xFF )
{
! throw wpException( QString( "Invalid worldfile, unknown and unskippable type %1." ).arg( type ) );
}
}
--- 494,499 ----
else if ( type != 0xFF )
{
! Console::instance()->log(LOG_ERROR, QString( "Invalid worldfile, unknown and unskippable type %1." ).arg( type ) );
! return;
}
}
|