Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8994 in orxonox.OLD for trunk/src/util/hud.cc


Ignore:
Timestamp:
Jul 2, 2006, 5:38:44 AM (18 years ago)
Author:
bensch
Message:

compiling radar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/hud.cc

    r8990 r8994  
    2626#include "glgui_inputline.h"
    2727#include "specials/glgui_notifier.h"
     28#include "elements/glgui_radar.h"
    2829
    2930/**
     
    4950  notifier->setAbsCoor2D(100,100);
    5051
     52  this->radar = new OrxGui::GLGuiRadar();
     53
    5154  this->subscribeEvent(ES_ALL, EV_VIDEO_RESIZE);
    5255
     
    6265  delete this->inputLine;
    6366  delete this->notifier;
     67
     68  delete this->radar;
    6469  // delete what has to be deleted here
    6570}
Note: See TracChangeset for help on using the changeset viewer.