summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h
index a94093a0..96714cbb 100644
--- a/src/main.h
+++ b/src/main.h
@@ -84,8 +84,8 @@ typedef struct {
short weapon;
} PLAYER_INFO;
-extern BITMAP *playerset;
-extern DATAFILE *graphic, *emotions, *weaponset;
+extern BITMAP *playerset, *login_wallpaper;
+extern DATAFILE *emotions, *weaponset;
extern char username[25];
extern char password[25];
extern int map_address, char_ID;