diff --git a/source/blood/src/tile.cpp b/source/blood/src/tile.cpp index 65d1e6629..769cf2e4a 100644 --- a/source/blood/src/tile.cpp +++ b/source/blood/src/tile.cpp @@ -44,7 +44,7 @@ void qloadvoxel(int32_t nVoxel) static int nLastVoxel = 0; DICTNODE *hVox = gSysRes.Lookup(nVoxel, "KVX"); if (!hVox) { - viewSetSystemMessage("Missing voxel #%d (max voxels: %d)", nVoxel, kMaxVoxels); + initprintf("Missing voxel #%d (max voxels: %d)", nVoxel, kMaxVoxels); return; }