OSDN Git Service

Fix compilation error if WORLD_SCORE not set.
authorEric Branlund <ebranlund@fastmail.com>
Mon, 10 Jan 2022 18:40:14 +0000 (10:40 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Mon, 10 Jan 2022 18:40:14 +0000 (10:40 -0800)
src/core/scores.cpp

index 34be7b8..6e54866 100644 (file)
@@ -162,7 +162,6 @@ bool send_world_score(PlayerType *current_player_ptr, bool do_send)
 #else
     (void)current_player_ptr;
     (void)do_send;
-    (void)display_player;
 #endif
     return true;
 }