ConorMcPersonal / Toaster

The greatest ever Spectrum game based purely around the toast concept
Apache License 2.0
0 stars 1 forks source link

Day number does not reset. Ever? #59

Closed ConorMcPersonal closed 9 months ago

ConorMcPersonal commented 9 months ago

Grrrr static variables suck

ConorMcPersonal commented 9 months ago

We had a static variable called game_day and a local variable for the game named gameDay, doing basically the same job. I will boil down to game_day but static variables seem to be a source of "no-reset" bugs.

mcmenaminadrian commented 9 months ago

Ah, I removed one set of updates for the statics because they seemed to be redundant - perhaps the second ones I was looking at weren't for statics at all.