diff --git a/ryzom/server/src/entities_game_service/egs_sheets/egs_static_game_sheet.cpp b/ryzom/server/src/entities_game_service/egs_sheets/egs_static_game_sheet.cpp index b5e463b1b..08cb1e3ff 100644 --- a/ryzom/server/src/entities_game_service/egs_sheets/egs_static_game_sheet.cpp +++ b/ryzom/server/src/entities_game_service/egs_sheets/egs_static_game_sheet.cpp @@ -38,10 +38,12 @@ using namespace std; using namespace NLMISC; using namespace NLGEORGES; +/* const float MinDamage = 25; const float DamageStep = 1.0f; const float MeanSuccessFactor = 0.65f; const float Offset = -0.5f; +*/ extern CRandom RandomGenerator;