cleanup
This commit is contained in:
@@ -80,13 +80,6 @@ CString g_sServerIP = "";
|
|||||||
|
|
||||||
const int SM_PORT = 573; // "Ko" + "na" + "mitsu"
|
const int SM_PORT = 573; // "Ko" + "na" + "mitsu"
|
||||||
|
|
||||||
/*------------------------------------------------
|
|
||||||
Common stuff
|
|
||||||
------------------------------------------------*/
|
|
||||||
int flags = 0; /* SDL video flags */
|
|
||||||
int window_w = SCREEN_WIDTH, window_h = SCREEN_HEIGHT; /* window width and height */
|
|
||||||
CString g_sErrorString = "";
|
|
||||||
|
|
||||||
static void ChangeToDirOfExecutable(const char *argv0)
|
static void ChangeToDirOfExecutable(const char *argv0)
|
||||||
{
|
{
|
||||||
/* Make sure the current directory is the root program directory
|
/* Make sure the current directory is the root program directory
|
||||||
@@ -104,10 +97,6 @@ static void ChangeToDirOfExecutable(const char *argv0)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void CreateLoadingWindow()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Name: ApplyGraphicOptions()
|
// Name: ApplyGraphicOptions()
|
||||||
// Desc:
|
// Desc:
|
||||||
@@ -187,6 +176,8 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
atexit(SDL_Quit);
|
atexit(SDL_Quit);
|
||||||
|
|
||||||
|
CString g_sErrorString = "";
|
||||||
|
|
||||||
#ifndef _DEBUG
|
#ifndef _DEBUG
|
||||||
try{
|
try{
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user