summaryrefslogtreecommitdiff
path: root/src/floor_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/floor_item.h')
-rw-r--r--src/floor_item.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/floor_item.h b/src/floor_item.h
index 0972a983..7ca0f5a3 100644
--- a/src/floor_item.h
+++ b/src/floor_item.h
@@ -1,9 +1,8 @@
/*
- * Aethyra
+ * The Mana World
* Copyright (C) 2004 The Mana World Development Team
*
- * This file is part of Aethyra based on original code
- * from The Mana World.
+ * This file is part of The Mana World.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -43,7 +42,11 @@ class FloorItem : public Sprite
/**
* Constructor.
*/
- FloorItem(int id, int itemId, int x, int y, Map *map);
+ FloorItem(int id,
+ int itemId,
+ int x,
+ int y,
+ Map *map);
/**
* Destructor.