Update of /cvsroot/super-tux/supertux/lib/app
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24663/lib/app
Modified Files:
tinygettext.cpp
Log Message:
added missing time calculation to slopes
Index: tinygettext.cpp
===================================================================
RCS file: /cvsroot/super-tux/supertux/lib/app/tinygettext.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tinygettext.cpp 24 Nov 2004 23:10:01 -0000 1.3
+++ tinygettext.cpp 25 Nov 2004 13:15:56 -0000 1.4
@@ -16,6 +16,7 @@
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#include <config.h>
#include <sys/types.h>
#include <iconv.h>
|