Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 18, 2013, 7:54:32 PM (10 years ago)
Author:
zifloria
Message:

movement code update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/invaders/src/modules/invader/Invader.cc

    r9777 r9793  
    4747#include "InvaderCenterPoint.h"
    4848#include "InvaderShip.h"
     49#include "InvaderEnemy.h"
    4950
    5051#include "core/command/ConsoleCommand.h"
     
    7980            return;
    8081
    81         Pawn* newPawn = new Pawn(this->center_->getContext());
     82        InvaderEnemy* newPawn = new InvaderEnemy(this->center_->getContext());
    8283        newPawn->addTemplate("enemyinvader");
    8384
Note: See TracChangeset for help on using the changeset viewer.