Purge the register keyword.
This commit is contained in:
parent
4c4fdca42b
commit
0d842c47f7
15 changed files with 45 additions and 57 deletions
|
@ -167,7 +167,7 @@ getplayer(natid cnum)
|
|||
void
|
||||
player_wakeup_all(natid cnum)
|
||||
{
|
||||
register struct player *lp;
|
||||
struct player *lp;
|
||||
|
||||
if (NULL != (lp = getplayer(cnum)))
|
||||
player_wakeup(lp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue