Where is the missing ";"?
Posted: Thu May 12, 2011 5:16 am
Perhaps someone sees with one look what I fail to see ...
My check program tells me in here:
... there is a ";" missing somewhere.
And I can't see it. Everything is opened and closed again as it should, isn't it?
It drives me nuts, must be in front of my eyes ...
Thanks for help anyone.
My check program tells me in here:
Code: Select all
{
"small-turret" =
{
ai_type = "nullAI.plist";
laser_color = "cyanColor";
model = "small-turret.dat";
materials =
{
"enginsnguns.png" =
{
diffuse_map = "enginesnguns.png";
specular_map = {name = "enginsnguns.png"};
};
};
name = "Ball Turret";
roles = "small-ballturret";
setup_actions =
(
"initialiseTurret",
);
smooth = 1;
thrust = 1;
weapon_energy = 15;
};
}
And I can't see it. Everything is opened and closed again as it should, isn't it?
It drives me nuts, must be in front of my eyes ...
Thanks for help anyone.