mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-10 06:42:21 +00:00
Removed leftover printf debug prints
This commit is contained in:
parent
e640c899c1
commit
0fc06c4fc9
1 changed files with 0 additions and 2 deletions
|
@ -1018,7 +1018,6 @@ Add_Ammo(edict_t *ent, gitem_t *item, int count)
|
||||||
|
|
||||||
if (item->tag == AMMO_BULLETS)
|
if (item->tag == AMMO_BULLETS)
|
||||||
{
|
{
|
||||||
printf("1\n");
|
|
||||||
max = ent->client->pers.max_bullets;
|
max = ent->client->pers.max_bullets;
|
||||||
}
|
}
|
||||||
else if (item->tag == AMMO_SHELLS)
|
else if (item->tag == AMMO_SHELLS)
|
||||||
|
@ -1055,7 +1054,6 @@ Add_Ammo(edict_t *ent, gitem_t *item, int count)
|
||||||
}
|
}
|
||||||
else if (item->tag == AMMO_DISRUPTOR)
|
else if (item->tag == AMMO_DISRUPTOR)
|
||||||
{
|
{
|
||||||
printf("2\n");
|
|
||||||
max = ent->client->pers.max_rounds;
|
max = ent->client->pers.max_rounds;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue