mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 08:50:55 +00:00
Fix mapedit compiling
# Conflicts: # source/blood/src/mapedit.cpp
This commit is contained in:
parent
70b5e67e6f
commit
97feb8d59c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ void qloadvoxel(int32_t nVoxel)
|
||||||
static int nLastVoxel = 0;
|
static int nLastVoxel = 0;
|
||||||
DICTNODE *hVox = gSysRes.Lookup(nVoxel, "KVX");
|
DICTNODE *hVox = gSysRes.Lookup(nVoxel, "KVX");
|
||||||
if (!hVox) {
|
if (!hVox) {
|
||||||
viewSetSystemMessage("Missing voxel #%d (max voxels: %d)", nVoxel, kMaxVoxels);
|
initprintf("Missing voxel #%d (max voxels: %d)", nVoxel, kMaxVoxels);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue