- [FIX] No es podia entrar al editor de bitmap_pos des de l'editor

- [FIX] Recreativa afegida
- [NEW] Prologo acabat
- [FIX] Quan s'acava el boost de invulnerabilitat se moria
This commit is contained in:
2024-10-10 09:33:56 +02:00
parent cabbb52cbb
commit ec7ac7114e
18 changed files with 187 additions and 7 deletions

View File

@@ -232,6 +232,7 @@ namespace actor
void useBoostGod();
void useBoostRun();
void useBoostJump();
const bool hasBoostGod();
const int getSkillFromString(char *skill);
const char *getSkillName(int skill);
@@ -257,6 +258,7 @@ namespace actor
void leavePrologoObject(int which);
const bool isCarryingPrologoObject();
const int getPrologoObjectState(int which);
const int getNumPrologoObjectsDone();
void move(int *x, int *y, int *z);
void setFirstPos();