forked from cafeberry/cafeberry
LCEMP commit: prepare code for dedicated server support
This commit is contained in:
@@ -222,7 +222,7 @@ StructurePiece *StrongholdPieces::generateAndAddPiece(StartPiece *startPiece, li
|
||||
if(piece->pieceClass != EPieceClass_PortalRoom) continue;
|
||||
|
||||
#ifndef _CONTENT_PACKAGE
|
||||
printf("Portal room forcing attempt\n");
|
||||
app.DebugPrintf("Portal room forcing attempt\n");
|
||||
#endif
|
||||
StrongholdPiece *strongholdPiece = PortalRoom::createPiece(pieces, random, footX, footY, footZ, direction, depth);
|
||||
if (strongholdPiece != NULL)
|
||||
@@ -235,7 +235,7 @@ StructurePiece *StrongholdPieces::generateAndAddPiece(StartPiece *startPiece, li
|
||||
currentPieces.remove(piece);
|
||||
}
|
||||
#ifndef _CONTENT_PACKAGE
|
||||
printf("Success\n");
|
||||
app.DebugPrintf("Success\n");
|
||||
#endif
|
||||
return strongholdPiece;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user