Skip to content

Commit

Permalink
Move "badguy/bombfish.[ch]pp" to "badguy/skydive.[ch]pp".
Browse files Browse the repository at this point in the history
SVN-Revision: 6582
  • Loading branch information
Florian Forster committed Mar 9, 2010
1 parent cfebd35 commit e5e796f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/badguy/bombfish.cpp → src/badguy/skydive.cpp
Expand Up @@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

#include "badguy/bombfish.hpp"
#include "badguy/skydive.hpp"

#include "supertux/constants.hpp"
#include "supertux/sector.hpp"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/supertux/object_factory.cpp
Expand Up @@ -26,7 +26,7 @@
#include "badguy/angrystone.hpp"
#include "badguy/badguy.hpp"
#include "badguy/bomb.hpp"
#include "badguy/bombfish.hpp"
#include "badguy/skydive.hpp"
#include "badguy/bouncing_snowball.hpp"
#include "badguy/captainsnowball.hpp"
#include "badguy/crystallo.hpp"
Expand Down

0 comments on commit e5e796f

Please sign in to comment.