diff options
Diffstat (limited to 'engines/mutationofjb/commands/removeitemcommand.cpp')
-rw-r--r-- | engines/mutationofjb/commands/removeitemcommand.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/mutationofjb/commands/removeitemcommand.cpp b/engines/mutationofjb/commands/removeitemcommand.cpp index 48dbda9801..21d1123dc2 100644 --- a/engines/mutationofjb/commands/removeitemcommand.cpp +++ b/engines/mutationofjb/commands/removeitemcommand.cpp @@ -24,11 +24,11 @@ #include "mutationofjb/script.h" #include "mutationofjb/gamedata.h" -/* - "DELITEM" " " <item> - - Removes item from inventory. -*/ +/** @file + * "DELITEM" " " <item> + * + * Removes item from inventory. + */ namespace MutationOfJB { |