This commit is contained in:
jl777
2019-02-06 03:01:54 -11:00
parent 125dee8480
commit c723966842

View File

@@ -313,14 +313,12 @@
/* /*
* Now we define the structures and types * Now we define the structures and types
*/ */
#ifndef rogue_packitem #ifndef ROGUE
struct rogue_packitem struct rogue_packitem
{ {
int32_t type,launch,count,which,hplus,dplus,arm,flags,group; int32_t type,launch,count,which,hplus,dplus,arm,flags,group;
char damage[8],hurldmg[8]; char damage[8],hurldmg[8];
}; };
#endif
#ifndef rogue_player
struct rogue_player struct rogue_player
{ {
int32_t gold,hitpoints,strength,level,experience,packsize,dungeonlevel,pad; int32_t gold,hitpoints,strength,level,experience,packsize,dungeonlevel,pad;