pkali / scorch_src

Scorch - Scorched Earth demake for Atari 800 / 5200
The Unlicense
40 stars 7 forks source link

Save a page by removing WhereToSlideTable #81

Closed pkali closed 2 years ago

pkali commented 2 years ago

WhereToSlideTable is almost empty and can be replaced by a few "if's". Do this only when memory is really tight.

Pecusx commented 2 years ago

After a quick analysis... In my opinion a "few" "if's" will be longer than the table. Simply - there must be many more "if's". Table is more elegant and simple to correct/change.

pkali commented 2 years ago

ok, I agree. when we are really tight I might revisit.