diff -r 0b982d340633 -r 494221b5950e QTfrontend/achievements.cpp --- a/QTfrontend/achievements.cpp Thu Oct 07 16:02:28 2010 -0400 +++ b/QTfrontend/achievements.cpp Fri Oct 08 17:47:00 2010 +0200 @@ -33,5 +33,5 @@ {"skipping", QT_TRANSLATE_NOOP("achievements", "Skipped"), QT_TRANSLATE_NOOP("achievements", "Let a single hog skip over the surface of the water for at least 5 times."), "skipped", "1", "hidden"}, {"cgunman", QT_TRANSLATE_NOOP("achievements", "Crazy Gunman"), QT_TRANSLATE_NOOP("achievements", "Eliminate 3 hogs with a single shot of the sniper rifle."), "cgunman", "1", ""}, */ - {0, 0, 0, 0, 0, 0} // "terminator" line + { {0, 0, 0, 0, 0, 0} } // "terminator" line };