Speech works, and OpenAL audio sources are setup correctly.

This commit is contained in:
Justin Marshall
2020-06-02 13:52:57 -07:00
parent da310386ae
commit e4b2ccf409
4 changed files with 46 additions and 15 deletions
+3 -3
View File
@@ -50,14 +50,14 @@ class SidebarClass: public PowerClass
*/
enum SideBarClassEnums {
BUTTON_ACTIVATOR=100, // Button ID for the activator.
SIDE_X=320-80, // The X position of sidebar upper left corner.
SIDE_X=640-80, // The X position of sidebar upper left corner.
SIDE_Y=7+70, // The Y position of sidebar upper left corner.
SIDE_WIDTH=SIDEBAR_WID, // Width of the entire sidebar (in pixels).
SIDE_HEIGHT=200-(7+70), // Height of the entire sidebar (in pixels).
TOP_HEIGHT=13, // Height of top section (with repair/sell buttons).
COLUMN_ONE_X=(320-80)+8, // Sidestrip upper left coordinates...
COLUMN_ONE_X=(510-80)+8, // Sidestrip upper left coordinates...
COLUMN_ONE_Y=int(SIDE_Y)+int(TOP_HEIGHT),
COLUMN_TWO_X=(320-80)+8+((80-16)/2)+3,
COLUMN_TWO_X=(510-80)+8+((80-16)/2)+3,
COLUMN_TWO_Y=7+70+13,
//BGA: changes to all buttons