From 89d6c73558c7ceeb5f1e7a7495b4a82e15e1b830 Mon Sep 17 00:00:00 2001 From: mathnerd314 Date: Wed, 23 Dec 2009 19:35:43 +0000 Subject: [PATCH] svn:eol-style native + comment fixes git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6222 837edb03-e0f3-0310-88ca-d4d4e8b29345 --- src/addon/addon.hpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/addon/addon.hpp b/src/addon/addon.hpp index 10f72e898..bfe6066c5 100644 --- a/src/addon/addon.hpp +++ b/src/addon/addon.hpp @@ -33,9 +33,12 @@ public: std::string author; std::string license; std::string http_url; - std::string suggested_filename; /**< filename suggested by addon author, e.g. "pak0.zip" */ - std::string installed_physfs_filename; /**< PhysFS filename on disk, e.g. "pak0.zip" */ - std::string installed_absolute_filename; /**< complete path and filename on disk, e.g. "/home/sommer/.supertux2/pak0.zip" */ + /** filename suggested by addon author, e.g. "pak0.zip" */ + std::string suggested_filename; + /** PhysFS filename on disk, e.g. "pak0.zip" */ + std::string installed_physfs_filename; + /** complete path and filename on disk, e.g. "/home/sommer/.supertux2/pak0.zip" */ + std::string installed_absolute_filename; std::string stored_md5; bool installed; bool loaded; -- 2.11.0