tschak909 / platotermamiga

PLATOTerm for the Commodore-Amiga
GNU General Public License v3.0
8 stars 4 forks source link

Use the correct math and types for allocating areafill buffers. #11

Closed wschaub closed 5 years ago

wschaub commented 5 years ago

This commit uses the correct formula for allocating areabuf (5 bytes per line). we also correct the types for our variables.

I've also removed and extra IDCMP_MENUPICK flag I added when we pulled in the initial menu code. (it was in there twice..)