diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ typedef struct { } PLAYER_INFO; extern BITMAP *playerset, *login_wallpaper; -extern DATAFILE *emotions, *weaponset; +extern DATAFILE *emotions; extern char username[25]; extern char password[25]; extern int map_address, char_ID; |