Remove radmapnopr(), use radmapupd() instead
This commit is contained in:
parent
db04ba4355
commit
27f22f36bb
3 changed files with 5 additions and 12 deletions
|
@ -55,12 +55,6 @@ radmap(int cx, int cy, int eff, int range, double seesub)
|
|||
radmap2(player->cnum, cx, cy, eff, range, seesub, 1);
|
||||
}
|
||||
|
||||
void
|
||||
radmapnopr(int cx, int cy, int eff, int range, double seesub)
|
||||
{
|
||||
radmap2(player->cnum, cx, cy, eff, range, seesub, 0);
|
||||
}
|
||||
|
||||
void
|
||||
radmapupd(int own, int cx, int cy, int eff, int range, double seesub)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue