Fixes slot sprite and ammo sprites overlapping left side border. There is still the issue that boxes should be 32px between borders, but right now they are 33px on all but the first row (since the outside border overlaps it by 1px) causing the slot sprite to have 2px of border on the left and 1px of border on the right.
LIBRARY "openalbridge"
EXPORTS
openal_init
openal_close
openal_ready
openal_loadfile
openal_playsound
openal_pausesound
openal_stopsound
openal_playsound_loop
openal_stopsound_free
openal_freesound
openal_toggleloop
openal_setvolume
openal_setglobalvolume
openal_togglemute
openal_fade
openal_fadein
openal_fadeout