small fix for com.nooskewl.bobby patch

This commit is contained in:
David Black 2013-04-12 20:57:22 +01:00
parent 4829a4708d
commit fe4bdcf66b

View file

@ -61,8 +61,8 @@ index 3e18663..063c0c1 100644
System.loadLibrary("allegro_font-debug");
System.loadLibrary("allegro_ttf-debug");
- System.loadLibrary("bass");
+ System.loadLibrary("allegro_audio");
+ System.loadLibrary("allegro_acodec");
+ System.loadLibrary("allegro_audio-debug");
+ System.loadLibrary("allegro_acodec-debug");
System.loadLibrary("Bobby");
}