Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2014, 5:18:24 PM (9 years ago)
Author:
sriedel
Message:

Almost there. Death doesnt work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/surfaceraceHS14/src/modules/dodgerace2/DodgeRace.h

    r10135 r10152  
    5151#include "gamestates/GSLevel.h"
    5252#include "chat/ChatManager.h"
     53#include <vector>
    5354
    5455// ! HACK
     
    9697            int multiplier;
    9798            int counter;
     99            int pattern;
    98100            int currentPosition;
    99101            int lastPosition;
     
    102104            WeakPtr<DodgeRaceShip> getPlayer();
    103105            WeakPtr<DodgeRaceShip> player;
     106            std::vector<DodgeRaceCube*> cubeList;
    104107            void toggleShowLevel(){bShowLevel = !bShowLevel;}
    105108            void addPoints(int numPoints);
Note: See TracChangeset for help on using the changeset viewer.