ASYLUM: Rename puzzle classes

git-svn-id: http://asylumengine.googlecode.com/svn/trunk@665 0bfb4aae-4ea4-11de-8d8d-752d95cf3e3c
This commit is contained in:
Julien Templier 2010-12-07 02:52:44 +00:00 committed by Eugene Sandulenko
parent 730105912f
commit 436a6f3ef2
No known key found for this signature in database
GPG key ID: 014D387312D34F08
7 changed files with 48 additions and 41 deletions

View file

@ -411,7 +411,7 @@ EventHandler *AsylumEngine::getPuzzle(uint32 index) {
}
void AsylumEngine::initPuzzles() {
_puzzles[0] = new BlowUpPuzzleVCR(this);
_puzzles[0] = new PuzzleVCR(this);
_puzzles[1] = NULL;
_puzzles[2] = NULL;
_puzzles[3] = NULL;