From 97feb8d59c55e88bbbaf7e8849971776e55eea0e Mon Sep 17 00:00:00 2001 From: nukeykt Date: Tue, 15 Oct 2019 21:41:59 +0900 Subject: [PATCH] Fix mapedit compiling # Conflicts: # source/blood/src/mapedit.cpp --- source/blood/src/tile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }