Fixed: build_world_packed_col compilation
This commit is contained in:
parent
feedd13c65
commit
334eb1ea66
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ INCLUDE_DIRECTORIES(${RZ_SERVER_SRC_DIR} ${LIBXML2_INCLUDE_DIR})
|
|||
TARGET_LINK_LIBRARIES(build_world_packed_col
|
||||
ryzom_gameshare
|
||||
ryzom_servershare
|
||||
ai_share
|
||||
ryzom_aishare
|
||||
${PLATFORM_LINKFLAGS}
|
||||
${LIBXML2_LIBRARIES}
|
||||
nelmisc
|
||||
|
|
|
@ -188,7 +188,7 @@ int main(int argc, char* argv[])
|
|||
// the same zones were found -> now check their dates against the island one
|
||||
uint32 packedIslandDate = CFile::getFileModificationDate(islandPath);
|
||||
mustRebuild = false;
|
||||
for(uint k = 0; k < presentZonePathes.size(); ++k)
|
||||
for(uint l = 0; l < presentZonePathes.size(); ++l)
|
||||
{
|
||||
if (CFile::getFileModificationDate(presentZonePathes[l]) > packedIslandDate)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue