This commit is contained in:
Eggert Jung
2025-07-08 02:40:29 +02:00
parent 9ffd22e941
commit cc412f4902
6 changed files with 20 additions and 22 deletions

View File

@@ -19,8 +19,8 @@ void timer(Vault& v) {
int x, y;
if(Core::getID() == 0) {
v.kout.getPos(x, y);
v.kout.setPos(65U, 0U);
v.kout << counter++ << " " << flush;
v.kout.setPos(65, 0);
v.kout << counter++ << flush;
v.kout.setPos(x, y);
}