From 19491e04143fd9b9ef5ebe209550bfb4e1f6c61c Mon Sep 17 00:00:00 2001 From: Shiar Date: Thu, 7 Feb 2008 23:23:37 +0100 Subject: [PATCH] fix game capture position of timer Offset 586 included a leading semicolon at "Elapsed Time: 11:11" (shortest text displayed, so furthermost left). --- capture | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capture b/capture index 1ef47e8..722e77f 100755 --- a/capture +++ b/capture @@ -200,7 +200,7 @@ sub capturestats { screenshot(left=>452, top=>6, right=>639, bottom=>13) ); my ($sec, $time) = parsetimer( - screenshot(left=>586, right=>621, top=>396, bottom=>402) + screenshot(left=>587, right=>621, top=>396, bottom=>402) ); $time ne '?' or next; printf {$outstats} "%d:\t%s\t%s\t%s\t%s\t%s\n", -- 2.30.0