Canvis varios

This commit is contained in:
2019-12-12 19:00:56 +01:00
parent 875d2894df
commit 60af56270f
7 changed files with 73 additions and 30 deletions

4
info.h
View File

@@ -11,5 +11,7 @@
#define ESTAT_MORT 7
struct Info {
int estat_joc;
int estat_joc;
bool rosita_enabled;
bool job_enabled;
};