diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 408b67b1..4ea181a5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -73,11 +73,8 @@ PLAYER_INFO *char_info = new PLAYER_INFO; Spriteset *hairset = NULL, *playerset = NULL; Graphics *graphics; -std::string username; -std::string password; int map_address, char_ID; short map_port; -std::string map_name; unsigned char state; unsigned char screen_mode; volatile int framesToDraw = 0; |