small fix for com.nooskewl.bobby patch
This commit is contained in:
parent
4829a4708d
commit
fe4bdcf66b
|
@ -61,8 +61,8 @@ index 3e18663..063c0c1 100644
|
||||||
System.loadLibrary("allegro_font-debug");
|
System.loadLibrary("allegro_font-debug");
|
||||||
System.loadLibrary("allegro_ttf-debug");
|
System.loadLibrary("allegro_ttf-debug");
|
||||||
- System.loadLibrary("bass");
|
- System.loadLibrary("bass");
|
||||||
+ System.loadLibrary("allegro_audio");
|
+ System.loadLibrary("allegro_audio-debug");
|
||||||
+ System.loadLibrary("allegro_acodec");
|
+ System.loadLibrary("allegro_acodec-debug");
|
||||||
System.loadLibrary("Bobby");
|
System.loadLibrary("Bobby");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue