I am an idiot. Always balance your brackets. --sg
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
Sun Aug 2 06:02:01 1998 Scott Goehring <scott@poverty.bloomington.in.us>
|
||||
|
||||
* app/tile_manager.c (tile_manager_map): I am an idiot.
|
||||
|
||||
Sat Aug 1 20:50:47 1998 Scott Goehring <scott@poverty.bloomington.in.us>
|
||||
|
||||
* app/tile_manager.c: Added an assertion check in tile_manager_map
|
||||
|
||||
@ -601,6 +601,7 @@ tile_manager_map (TileManager *tm,
|
||||
(*tile_ptr)->bpp != srctile->bpp) {
|
||||
g_warning ("tile_manager_map: nonconformant map (%p -> %p)",
|
||||
srctile, *tile_ptr);
|
||||
}
|
||||
tile_detach (*tile_ptr, tm, tile_num);
|
||||
|
||||
/* printf(">");fflush(stdout);*/
|
||||
|
||||
@ -601,6 +601,7 @@ tile_manager_map (TileManager *tm,
|
||||
(*tile_ptr)->bpp != srctile->bpp) {
|
||||
g_warning ("tile_manager_map: nonconformant map (%p -> %p)",
|
||||
srctile, *tile_ptr);
|
||||
}
|
||||
tile_detach (*tile_ptr, tm, tile_num);
|
||||
|
||||
/* printf(">");fflush(stdout);*/
|
||||
|
||||
Reference in New Issue
Block a user