AVALANCHE: Some revision in Sequence.

This commit is contained in:
uruk 2013-09-21 19:22:21 +02:00
parent 183f10e4a0
commit ed7e71d226
2 changed files with 5 additions and 4 deletions

View file

@ -54,7 +54,7 @@ public:
private:
AvalancheEngine *_vm;
void shoveLeft(); // This PROC is called by Timer when it's time to do another frame.
void shoveLeft(); // This is called by Timer when it's time to do another frame. It shifts everything to the left.
};
} // End of namespace Avalanche.