mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 05:13:59 +02:00
Renamed window from MG to ZetaGlest
This commit is contained in:
@@ -583,7 +583,7 @@ void IRCThread::signalQuit() {
|
|||||||
|
|
||||||
MutexSafeWrapper safeMutex1(&mutexIRCSession,string(__FILE__) + "_" + intToStr(__LINE__));
|
MutexSafeWrapper safeMutex1(&mutexIRCSession,string(__FILE__) + "_" + intToStr(__LINE__));
|
||||||
if(ircSession != NULL) {
|
if(ircSession != NULL) {
|
||||||
irc_cmd_quit(ircSession, "MG Bot is closing!");
|
irc_cmd_quit(ircSession, "ZG Bot is closing!");
|
||||||
}
|
}
|
||||||
safeMutex1.ReleaseLock();
|
safeMutex1.ReleaseLock();
|
||||||
hasJoinedChannel = false;
|
hasJoinedChannel = false;
|
||||||
|
@@ -118,7 +118,7 @@ void PlatformContextGl::init(int colorBits, int depthBits, int stencilBits,
|
|||||||
|
|
||||||
int windowX = SDL_WINDOWPOS_UNDEFINED;
|
int windowX = SDL_WINDOWPOS_UNDEFINED;
|
||||||
int windowY = SDL_WINDOWPOS_UNDEFINED;
|
int windowY = SDL_WINDOWPOS_UNDEFINED;
|
||||||
string windowTitleText = "MG";
|
string windowTitleText = "ZetaGlest";
|
||||||
int windowDisplayID = -1;
|
int windowDisplayID = -1;
|
||||||
|
|
||||||
if(window != NULL) {
|
if(window != NULL) {
|
||||||
|
Reference in New Issue
Block a user