mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-05 14:00:03 -04:00
Properly format/use variadic macros
This commit is contained in:
@@ -65,7 +65,7 @@ void UIObject::Move(int x, int y, int w, int h) {
|
||||
m_Y = y;
|
||||
m_W = w;
|
||||
m_H = h;
|
||||
mprintf((0, "new [%d,%d]\n", m_X, m_Y));
|
||||
mprintf(0, "new [%d,%d]\n", m_X, m_Y);
|
||||
}
|
||||
|
||||
//@@
|
||||
|
||||
Reference in New Issue
Block a user