mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 03:09:53 +02:00
New message notification on session check TODO: Clickable link to conversations on website
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
#define PATH_SEP "/"
|
||||
#endif
|
||||
|
||||
#define SAVE_VERSION 47
|
||||
#define MINOR_VERSION 4
|
||||
#define SAVE_VERSION 48
|
||||
#define MINOR_VERSION 0
|
||||
#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter.
|
||||
//#define BETA
|
||||
#define BETA
|
||||
|
||||
#define SERVER "powdertoy.co.uk"
|
||||
|
||||
|
@@ -116,6 +116,7 @@ extern SDLMod sdl_mod;
|
||||
extern int sdl_key, sdl_wheel, sdl_caps, sdl_ascii, sdl_zoom_trig;
|
||||
extern char *shift_0;
|
||||
extern char *shift_1;
|
||||
extern int svf_messages;
|
||||
extern int svf_login;
|
||||
extern int svf_admin;
|
||||
extern int svf_mod;
|
||||
|
Reference in New Issue
Block a user