From f0af08d011935cce4191687fdecacdfef0cbe756 Mon Sep 17 00:00:00 2001 From: uvok Date: Sun, 11 Jan 2026 11:55:39 +0100 Subject: computer: get rid of i --- nandgame/cpp/simpc_ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nandgame/cpp/simpc_ui.h') diff --git a/nandgame/cpp/simpc_ui.h b/nandgame/cpp/simpc_ui.h index 4a990a6..71b651f 100644 --- a/nandgame/cpp/simpc_ui.h +++ b/nandgame/cpp/simpc_ui.h @@ -6,7 +6,7 @@ #include void simpc_ui_init(void); -void simpc_ui_write(const std::unique_ptr &topp, int &i, +void simpc_ui_write(const std::unique_ptr &topp, uint64_t &i, StepPosition_t sp); void simpc_ui_finish_message(const std::unique_ptr &contextp, const std::unique_ptr &topp); -- cgit v1.2.3