Closed giordano closed 3 years ago
There is a default to that argument, so this should not be required?
Separately, I havent figured out a way to run the game loop in a headless system, so we don't have CI.
There is a default to that argument
Uhm, no:
rungame
has a default value for external
:
Maybe a better solution is to give a default value of external
(true
?) to initgame
as well?
Ah, OK, indeed. Actually, this is correct, initgame should not have a default, IMO. I'll add some comments to remind myself what is happening.
PR #38 added a new mandatory argument to
initgame
, which however isn't used in tests.