mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 02:44:50 +00:00
* Between commit
* Revert "Between commit"
This reverts commit 6c6e55492e.
* Removed debug print from main
* Removed class variables that are no longer used. Sound resources now generate a new Clip with the getNewClip() method.
* Successfully plays multiple instances of the same sound. Returns the clipID so the sound can be stopped.
* Added some comments