summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Starshatter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Starshatter.cpp')
-rw-r--r--StarsEx/Starshatter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/StarsEx/Starshatter.cpp b/StarsEx/Starshatter.cpp
index b3a4be3..6b87fb8 100644
--- a/StarsEx/Starshatter.cpp
+++ b/StarsEx/Starshatter.cpp
@@ -103,7 +103,7 @@
#include "MouseController.h"
#include "Mouse.h"
#include "TrackIR.h"
-#include "EventDispatch.h"
+#include "UIEventDispatch.h"
#include "MultiController.h"
#include "DataLoader.h"
#include "Random.h"
@@ -278,7 +278,7 @@ Starshatter::~Starshatter()
NetServerConfig::Close();
Mouse::Close();
- EventDispatch::Close();
+ UIEventDispatch::Close();
FontMgr::Close();
Button::Close();
DataLoader::Close();
@@ -383,7 +383,7 @@ Starshatter::InitGame()
InitMouse();
Button::Initialize();
- EventDispatch::Create();
+ UIEventDispatch::Create();
NetClientConfig::Initialize();
Player::Initialize();
HUDSounds::Initialize();
@@ -2063,7 +2063,7 @@ Starshatter::SetChatMode(int mode)
void
Starshatter::DoMouseFrame()
{
- EventDispatch* event_dispatch = EventDispatch::GetInstance();
+ UIEventDispatch* event_dispatch = UIEventDispatch::GetInstance();
if (event_dispatch && event_dispatch->GetCapture())
return;