hi all! 
I have a problems with moving objects in loading!
For example i tried to move TOP SECRET text in cg_loadpanel.c like this:
panel_button_t missiondescriptionPanelHeaderText = {
NULL,
"***TOP SECRET***",
{ [B]20[/B], [B]72[/B], 200, 32 },
{ 0, 0, 0, 0, 0, 0, 0, 0 },
&missiondescriptionHeaderTxt, /* font */
NULL, /* keyDown */
NULL, /* keyUp */
BG_PanelButtonsRender_Text,
NULL,
};
Build all dlls , also has put them in a folder of my mod.Have tried to load a map , and TOP SECRET text is staid on his old place , its not moved like i wanted!and same problem with other objects like progress bar and etc.WHAT i am doing wrong?Thanks , and sorry for my bad english!
,






