1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 02:37:55 +00:00

track illegal moves

This commit is contained in:
Zeno Rogue
2024-05-27 11:14:25 +02:00
parent 203c11f6e1
commit 8caf343390
2 changed files with 6 additions and 0 deletions

View File

@@ -224,6 +224,7 @@ EX void initgame() {
clearing::imputed = 0;
rosephase = 0;
shmup::count_pauses = 0;
illegal_moves = 0;
splitrocks = 0;