aroberge / reeborg

Enhanced Karel-the-robot clone
http://reeborg.ca/reeborg.html
Other
47 stars 36 forks source link

Reset default before onload instead of before pre #401

Open aroberge opened 6 years ago

aroberge commented 6 years ago

Pre was introduced well before Onload was. To ensure that defaults that had been changed via a running program, they were reset in RUR.reset_pre_run_defaults. However, they should really be reset before Onload instead of before Pre.