Fix mapedit compiling

# Conflicts:
#	source/blood/src/mapedit.cpp
This commit is contained in:
nukeykt 2019-10-15 21:41:59 +09:00 committed by Christoph Oelckers
parent 70b5e67e6f
commit 97feb8d59c

View file

@ -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;
}