Repositories (2)

blosxom-plugins
1 snippets stored for this repo
CSS IconCSS
text-align:left;
}

/* damn -- this came out of nowhere with "badges" in  */
/* Firefox; makes me think I erred during cleanup.... */
img {border:none;}
trolleys
2 snippets stored for this repo
Train(int y);

    void update(const Map& map, unsigned int elapsed, GameState& gs);
    void taint();

    void draw(Graphics& graphics) const;
    bool hit(const Person& person) const;
}
}

void Train::taint() {
  tainted_ = true;
}