~armagetronad-dev/armagetronad/trunk-armagetronad-fortress_ai

« back to all changes in this revision

Viewing changes to src/engine/eGameObject.cpp

  • Committer: Manuel Moos
  • Date: 2010-08-07 21:08:56 UTC
  • mfrom: (890.1.89 armagetronad)
  • Revision ID: z-man@users.sf.net-20100807210856-93ljrijn34c77p5v
MergingĀ fromĀ mainline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
#include <map>
47
47
 
48
48
uActionPlayer eGameObject::se_turnRight("CYCLE_TURN_RIGHT", -10);
 
49
static uActionTooltip se_turnRightTooltip( eGameObject::se_turnRight, 11, &ePlayer::VetoActiveTooltip );
49
50
 
50
51
uActionPlayer eGameObject::se_turnLeft("CYCLE_TURN_LEFT", -10);
 
52
static uActionTooltip se_turnLeftTooltip( eGameObject::se_turnLeft, 10, &ePlayer::VetoActiveTooltip );
51
53
 
52
54
 
53
55
// entry and deletion in the list of all gameObjects