mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
removed old test code
This commit is contained in:
parent
59da3c1ee6
commit
fe52030c15
|
@ -383,19 +383,6 @@ void modc_init()
|
||||||
// load the data container
|
// load the data container
|
||||||
data = load_data_container("data/client.dat");
|
data = load_data_container("data/client.dat");
|
||||||
|
|
||||||
for(int i = 0; i < data->gui.num_boxes; i++)
|
|
||||||
{
|
|
||||||
dbg_msg("gui", "%d %d %d %d",
|
|
||||||
data->gui.boxes[i].rect.x,
|
|
||||||
data->gui.boxes[i].rect.y,
|
|
||||||
data->gui.boxes[i].center.x,
|
|
||||||
data->gui.boxes[i].center.y);
|
|
||||||
}
|
|
||||||
|
|
||||||
dbg_msg("gui", "%d %d", data->gui.boxes[GUI_BOX_BUTTON].rect.x, data->gui.boxes[GUI_BOX_BUTTON].rect.y);
|
|
||||||
dbg_msg("gui", "%d %d",
|
|
||||||
data->gui.misc[GUI_MISC_CHECKBOX_UNCHECKED].x, data->gui.misc[GUI_MISC_CHECKBOX_UNCHECKED].y);
|
|
||||||
|
|
||||||
// load sounds
|
// load sounds
|
||||||
for(int s = 0; s < data->num_sounds; s++)
|
for(int s = 0; s < data->num_sounds; s++)
|
||||||
for(int i = 0; i < data->sounds[s].num_sounds; i++)
|
for(int i = 0; i < data->sounds[s].num_sounds; i++)
|
||||||
|
|
Loading…
Reference in a new issue