Initial OpenAL code.

This commit is contained in:
Justin Marshall
2020-06-02 12:39:34 -07:00
parent a529937ee5
commit c09d3cf3cd
17 changed files with 2889 additions and 158 deletions
+1 -1
View File
@@ -834,7 +834,7 @@ void SidebarClass::Draw_It(bool complete)
*=============================================================================================*/
void SidebarClass::AI(KeyNumType & input, int x, int y)
{
bool redraw = false;
bool redraw = true;
//
// We need to process the sidebar differently in multiplayer. ST - 8/7/2019 10:48AM