mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-05 05:00:06 -04:00
Properly format/use variadic macros
This commit is contained in:
@@ -748,7 +748,7 @@ void grSurface::add_to_list(ddgr_surface *sf) {
|
||||
grSurface::surf_list_cur = node;
|
||||
}
|
||||
|
||||
// mprintf((0, "Allocated surface %s [%d].\n", sf->name, DDData.surfs_alloc));
|
||||
// mprintf(0, "Allocated surface %s [%d].\n", sf->name, DDData.surfs_alloc);
|
||||
}
|
||||
|
||||
void grSurface::remove_from_list(ddgr_surface *sf) {
|
||||
@@ -779,5 +779,5 @@ void grSurface::remove_from_list(ddgr_surface *sf) {
|
||||
}
|
||||
}
|
||||
|
||||
// mprintf((0, "Freed surface %s [%d].\n", sf->name, DDData.surfs_alloc));
|
||||
// mprintf(0, "Freed surface %s [%d].\n", sf->name, DDData.surfs_alloc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user