Revision 319
documented font. also changed a bit the timer
proj.c | ||
---|---|---|
165 | 165 |
basic_sprite_dtor (bsp_pistol ); bsp_pistol = NULL; |
166 | 166 |
basic_sprite_dtor (bsp_nothing ); bsp_nothing = NULL; |
167 | 167 |
map_dtor (map1 ); map1 = NULL; |
168 |
if(font_free()){ printf("Failed to free fonts\n"); return 1; }
|
|
168 |
font_free();
|
|
169 | 169 |
|
170 | 170 |
// Unsubscribe interrupts |
171 | 171 |
if (unsubscribe_all()) { |
Also available in: Unified diff