Clean up move_template stuff, move selection circle behind everything else

This commit is contained in:
2011-06-23 10:04:14 -04:00
parent 994cd3208a
commit ef2c6bc89f
2 changed files with 10 additions and 14 deletions

View File

@ -38,7 +38,6 @@ class GameCore : public MainEvent
// textures to draw
SDL_Surface* background;
SDL_Surface* node;
SDL_Surface* move_template;
// data
Graph graph;