mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-04-22 02:41:03 +00:00
import AROS changes
This commit is contained in:
parent
d1fe0b7cb3
commit
7bf5d36b8e
3 changed files with 2 additions and 2 deletions
|
@ -281,7 +281,7 @@ endif()
|
|||
|
||||
set(bindir "${CMAKE_INSTALL_FULL_BINDIR}")
|
||||
set(libdir "${CMAKE_INSTALL_FULL_LIBDIR}/dhewm3")
|
||||
set(datadir "${CMAKE_INSTALL_FULL_DATADIR}/dhewm3")
|
||||
set(datadir "${CMAKE_INSTALL_FULL_DATADIR}/dhewm3")
|
||||
|
||||
configure_file(
|
||||
"${CMAKE_SOURCE_DIR}/config.h.in"
|
||||
|
|
|
@ -43,6 +43,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
|
||||
#define ENGINE_VERSION "dhewm 3 1.4.1" // printed in console
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// paths
|
||||
#define BASE_GAMEDIR "base"
|
||||
|
|
|
@ -1030,7 +1030,6 @@ maModel_t *MA_Load( const char *fileName ) {
|
|||
}
|
||||
ma = NULL;
|
||||
}
|
||||
|
||||
fileSystem->FreeFile( buf );
|
||||
|
||||
return ma;
|
||||
|
|
Loading…
Reference in a new issue