# HG changeset patch # User Matti Hamalainen # Date 1530716737 -10800 # Node ID 706bfe438e6fb5f502f6dce05e476df1f6dbc283 # Parent 31bfa78dba15ff3851712ff1ff436673b9c482bf Fix display of which page we just switched to (spare or front). diff -r 31bfa78dba15 -r 706bfe438e6f events.pde --- a/events.pde Wed Jul 04 17:34:22 2018 +0300 +++ b/events.pde Wed Jul 04 18:05:37 2018 +0300 @@ -692,8 +692,8 @@ if (g_data[int('j')] == 1) { g_data[int('j')] = 0; + spare(); message((g_spare ? "Spare" : "Front") + " Page"); - spare(); makecolor(259, g_r[g_map[0]], g_g[g_map[0]], g_b[g_map[0]]); g_boxreconstruct = 2; }