-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/model/exp004state.h | 2 | ||||
-rw-r--r-- | src/model/map_geometry.c | 2 | ||||
-rw-r--r-- | src/util/ati_meminfo.c | 39 | ||||
-rw-r--r-- | src/util/ati_meminfo.h | 11 |
5 files changed, 54 insertions, 2 deletions
diff --git a/src/model/map_geometry.c b/src/model/map_geometry.c index 31154da..055eb83 100644 --- a/src/model/map_geometry.c +++ b/src/model/map_geometry.c @@ -9,7 +9,7 @@ map_geometry (void) { glNewList (S.list_offset + MAP_GEOMETRY, GL_COMPILE); glPolygonMode (GL_FRONT, GL_FILL); - + for (int i = 0; i < ROWS; i++) { glLoadName (i); |