now warns about a disabled python console.

This commit is contained in:
Lieuwe
2011-03-18 19:02:09 +01:00
parent 8b22ca5064
commit 96959503cd
8 changed files with 517 additions and 38 deletions

View File

@@ -9,7 +9,7 @@
#define SAVE_VERSION 46
#define MINOR_VERSION 4
#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter.
#define IDENT_VERSION "D" //Change this if you're not Simon! It should be a single letter.
//#define BETA
#define SERVER "powdertoy.co.uk"
@@ -161,6 +161,7 @@ int player2spawn;
int death2;
int ISSPAWN1;
int ISSPAWN2;
extern char pyready;
extern sign signs[MAXSIGNS];
extern stamp stamps[STAMP_MAX];
extern int stamp_count;