Removed compilation warning

This commit is contained in:
Xawotihs
2011-10-04 20:06:59 +00:00
parent 71bab2ba7b
commit c2ad12443f

View File

@@ -84,7 +84,7 @@ public:
}
Interruptible(GameObserver* observer, int inID = 0, bool hasFocus = false)
: Targetable(observer), PlayGuiObject(40, x, y, inID, hasFocus), state(NOT_RESOLVED), display(0), source(NULL)
: PlayGuiObject(40, x, y, inID, hasFocus), Targetable(observer), state(NOT_RESOLVED), display(0), source(NULL)
{
}