diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index b9c501d3..87e1eb9e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -81,8 +81,8 @@ PLAYER_INFO *char_info = new PLAYER_INFO; BITMAP *playerset, *hairset; DATAFILE *graphic, *emotions, *weaponset; -char username[25]; -char password[25]; +char username[LEN_USERNAME]; +char password[LEN_PASSWORD]; int map_address, char_ID; short map_port; char map_name[16]; |