From f23c10d1e69e412de01acc3dd3c4cfbf12af5b24 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 14 Sep 2022 16:18:22 +0200 Subject: [PATCH] racing:: simplifying some overcomplicated stuff, minor bugfix --- racing.cpp | 4 ++-- system.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/racing.cpp b/racing.cpp index fb5e3d76..06f3e8b6 100644 --- a/racing.cpp +++ b/racing.cpp @@ -1255,7 +1255,7 @@ EX void race_won() { int result = ticks - race_start_tick; int losers = 0; int place = 1; - for(int i=0; i