[Super-tux-commit] supertux/src level.cpp,1.113,1.114
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-12-05 17:19:50
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22444/src Modified Files: level.cpp Log Message: added/updated some .cvsignores Index: level.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/level.cpp,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- level.cpp 28 Nov 2004 14:56:49 -0000 1.113 +++ level.cpp 5 Dec 2004 17:19:35 -0000 1.114 @@ -141,7 +141,7 @@ int version = 2; writer->write_int("version", version); - writer->write_string("name", name); + writer->write_string("name", name, true); writer->write_string("author", author); writer->write_int("time", timelimit); writer->write_string("end-sequence-animation", |