mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 10:49:53 +02:00
changed moving sign code so it doesn't modify the sign itself.
This commit is contained in:
@@ -90,7 +90,7 @@ extern int death;
|
||||
|
||||
struct sign
|
||||
{
|
||||
int x,y,ju,m;
|
||||
int x,y,ju;
|
||||
char text[256];
|
||||
};
|
||||
typedef struct sign sign;
|
||||
@@ -103,6 +103,7 @@ struct stamp
|
||||
};
|
||||
typedef struct stamp stamp;
|
||||
|
||||
int MSIGN;
|
||||
extern sign signs[MAXSIGNS];
|
||||
extern stamp stamps[STAMP_MAX];
|
||||
extern int stamp_count;
|
||||
|
Reference in New Issue
Block a user