mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Replace all print calls with vlog calls
This is pretty straight-forward to do.
This commit is contained in:
@@ -42,7 +42,7 @@ void VVV_fillstring(
|
||||
if (whine) \
|
||||
{ \
|
||||
whine = false; \
|
||||
puts(message); \
|
||||
vlog_error(message); \
|
||||
} \
|
||||
do { } while (false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user