mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-16 16:20:34 +02:00
Speech works, and OpenAL audio sources are setup correctly.
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user