From 98b09b4038eba3d8af253efa5e2945d348be1c83 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Sat, 2 Oct 2010 18:57:46 +0100 Subject: [PATCH] Fix an obsoleted NO_PIECE_TYPE in a comment Spotted by Ralph Stoesser. No functional change. Signed-off-by: Marco Costalba --- src/material.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material.cpp b/src/material.cpp index ab0f5a89..71e057a7 100644 --- a/src/material.cpp +++ b/src/material.cpp @@ -333,7 +333,7 @@ MaterialInfo* MaterialInfoTable::get_material_info(const Position& pos) { // Second-degree polynomial material imbalance by Tord Romstad // - // We use NO_PIECE_TYPE as a place holder for the bishop pair "extended piece", + // We use PIECE_TYPE_NONE as a place holder for the bishop pair "extended piece", // this allow us to be more flexible in defining bishop pair bonuses. for (pt1 = PIECE_TYPE_NONE; pt1 <= QUEEN; pt1++) { -- 2.39.2