Separate the pointer list from the implement macro
This commit is contained in:
parent
701ffb868b
commit
0b3585c83f
39 changed files with 341 additions and 228 deletions
|
|
@ -1034,8 +1034,10 @@ public:
|
|||
};
|
||||
|
||||
IMPLEMENT_POINTY_CLASS(DSuicider)
|
||||
DECLARE_POINTER(Pawn)
|
||||
END_POINTERS
|
||||
|
||||
IMPLEMENT_POINTERS_START(DSuicider)
|
||||
IMPLEMENT_POINTER(Pawn)
|
||||
IMPLEMENT_POINTERS_END
|
||||
|
||||
void cht_Suicide (player_t *plyr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue