Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 211322
Collapse All | Expand All

(-)supertux-0.1.3/src/tile.cpp (+4 lines)
Lines 99-105 void TileManager::load_tileset(std::stri Link Here
99
              tile->anim_speed = 25;
99
              tile->anim_speed = 25;
100
100
101
              LispReader reader(lisp_cdr(element));
101
              LispReader reader(lisp_cdr(element));
102
              #ifdef NDEBUG
103
              void(reader.read_int("id",  &tile->id));
104
              #else
102
              assert(reader.read_int("id",  &tile->id));
105
              assert(reader.read_int("id",  &tile->id));
106
              #endif
103
              reader.read_bool("solid",     &tile->solid);
107
              reader.read_bool("solid",     &tile->solid);
104
              reader.read_bool("brick",     &tile->brick);
108
              reader.read_bool("brick",     &tile->brick);
105
              reader.read_bool("ice",       &tile->ice);
109
              reader.read_bool("ice",       &tile->ice);

Return to bug 211322