mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
remove some debug prints
This commit is contained in:
parent
0855e018dd
commit
e42c912a41
1 changed files with 1 additions and 3 deletions
|
@ -29,10 +29,8 @@ load_menu_pics =
|
|||
{
|
||||
local integer i;
|
||||
|
||||
for (i = 0; i < 6; i++) {
|
||||
dprint (dot_name[i]);
|
||||
for (i = 0; i < 6; i++)
|
||||
dot[i] = Draw_CachePic (dot_name[i], 1);
|
||||
}
|
||||
|
||||
box_tl_pic = Draw_CachePic ("gfx/box_tl.lmp", 1);
|
||||
box_ml_pic = Draw_CachePic ("gfx/box_ml.lmp", 1);
|
||||
|
|
Loading…
Reference in a new issue