Rednukem - r2269 - Built: Thu 13 Feb 11:00:01 EET 2020 --- commit 27bde153fc3e32f059fe8ec1ba5f8ba8ede68633 Merge: 578ff4a 9c89660 Author: Alexey Khokholov Date: Thu Feb 13 07:00:56 2020 +0900 Merge pull request #314 from coelckers/master RedNukem: fix broken kill counter for non-Redneck games. commit 9c8966091796fdd688dc828be7d6d9b86b4d931b Merge: 78f0382 578ff4a Author: Alexey Khokholov Date: Thu Feb 13 07:00:28 2020 +0900 Merge branch 'master' into master commit 578ff4ae537433ff15230aa506a5772212b455a7 Author: nukeykt Date: Thu Feb 13 06:56:58 2020 +0900 Rednukem: fix kill counter commit 78f03825ff1e770549076f3c47c19c5841ef5547 Author: Christoph Oelckers Date: Wed Feb 12 22:48:28 2020 +0100 - fixed: CON_ADDKILLS in RedNukem code was performing RR-only checks even when playing Duke. Original code looks like this: case 88: insptr++; ps[g_p].actors_killed += *insptr; hittype[g_i].actorstayput = -1; insptr++; break;