From 6b2cbe6c00c1b008e3145c1adf6096640f4e7bbd Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Tue, 30 May 2023 21:39:37 -0400 Subject: template single_step and executors on whether to update address sets to improve performance in non-gui programs --- score/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'score') diff --git a/score/main.cpp b/score/main.cpp index fa646d0..aae9ba2 100644 --- a/score/main.cpp +++ b/score/main.cpp @@ -85,7 +85,7 @@ int main(int argc, const char **argv) { for (unsigned step_number = 0; step_number < steps_until_tie; ++step_number) { - const lib94::warrior *w = lib94::single_step(); + const lib94::warrior *w = lib94::single_step(); if (w == ws[0]) { ++w2_wins; -- cgit v1.2.3