mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-29 04:50:42 +00:00
engine: set g_loadedMapVersion in engineLoadBoardV5V6()
# Conflicts: # source/build/src/engine.cpp
This commit is contained in:
parent
4e9144dd20
commit
4128fd62c7
1 changed files with 2 additions and 0 deletions
|
@ -3953,6 +3953,8 @@ int32_t engineLoadBoardV5V6(const char *filename, char fromwhere, vec3_t *dapos,
|
||||||
|
|
||||||
// Done reading file.
|
// Done reading file.
|
||||||
|
|
||||||
|
g_loadedMapVersion = mapversion;
|
||||||
|
|
||||||
return engineFinishLoadBoard(dapos, dacursectnum, numsprites, 0);
|
return engineFinishLoadBoard(dapos, dacursectnum, numsprites, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue