diff options
Diffstat (limited to 'TileDecayCommand.h')
-rw-r--r-- | TileDecayCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TileDecayCommand.h b/TileDecayCommand.h index 6bb72de..ce9dccd 100644 --- a/TileDecayCommand.h +++ b/TileDecayCommand.h @@ -2,7 +2,7 @@ #include "Command.h" -class TileDecayCommand : public Command { +class StepTileCommand : public Command { using Command::Command; public: |