Skip to content

Commit 0042a0e

Browse files
CopilotMarcCote
andcommitted
Fix afflicted max score: use positive 113 (parse_score negates the value)
Agent-Logs-Url: https://github.com/microsoft/jericho/sessions/fdbdec46-be7e-4980-87e0-b67709f5fa21 Co-authored-by: MarcCote <660004+MarcCote@users.noreply.github.com>
1 parent 828c73f commit 0042a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frotz/src/games/afflicted.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ short afflicted_get_score() {
8989
}
9090

9191
int afflicted_max_score() {
92-
return -113;
92+
return 113;
9393
}
9494

9595
int afflicted_get_num_world_objs() {

0 commit comments

Comments
 (0)