summaryrefslogtreecommitdiff
path: root/src/floor_item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/floor_item.cpp')
-rw-r--r--src/floor_item.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/floor_item.cpp b/src/floor_item.cpp
index 82506f8f..000835ad 100644
--- a/src/floor_item.cpp
+++ b/src/floor_item.cpp
@@ -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
@@ -27,7 +26,11 @@
#include "resources/image.h"
-FloorItem::FloorItem(int id, int itemId, int x, int y, Map *map):
+FloorItem::FloorItem(int id,
+ int itemId,
+ int x,
+ int y,
+ Map *map):
mId(id),
mX(x),
mY(y),