This commit is contained in:
jl777
2019-02-09 21:35:43 -11:00
parent defb298184
commit 7c68ae4363
2 changed files with 2 additions and 2 deletions

View File

@@ -166,7 +166,7 @@ struct rogue_player
};
int32_t rogue_replay2(uint8_t *newdata,uint64_t seed,char *keystrokes,int32_t num,struct rogue_player *player);
#define ROGUE_DECLARED_PACK
void rogue_packitemstr(*packitemstr,struct rogue_packitem *item);
void rogue_packitemstr(char *packitemstr,struct rogue_packitem *item);
CScript rogue_newgameopret(int64_t buyin,int32_t maxplayers)
{