diff options
| author | Machiavelli <none@none> | 2009-08-17 01:42:33 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2009-08-17 01:42:33 +0200 |
| commit | fa20274a9188162871f48056767b857ddcba6778 (patch) | |
| tree | a09440240208c0ac509797b67a9e9b7a28e59791 /src/game/Item.cpp | |
| parent | 60c0acfae6b8787c4fb5e0bea3ad5d04b81de408 (diff) | |
| parent | 5764feb2cfa68059c642fd581be4fa299c719fae (diff) | |
*Merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/Item.cpp')
| -rw-r--r-- | src/game/Item.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Item.cpp b/src/game/Item.cpp index dac3ca8b0c8..9e07dbfaa16 100644 --- a/src/game/Item.cpp +++ b/src/game/Item.cpp @@ -970,6 +970,8 @@ Item* Item::CreateItem( uint32 item, uint32 count, Player const* player ) else delete pItem; } + else + assert(false); return NULL; } |
