ASYLUM: Rename puzzle classes
git-svn-id: http://asylumengine.googlecode.com/svn/trunk@665 0bfb4aae-4ea4-11de-8d8d-752d95cf3e3c
This commit is contained in:
parent
730105912f
commit
436a6f3ef2
7 changed files with 48 additions and 41 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue