import AROS changes

This commit is contained in:
Kalamatee 2015-06-20 20:30:46 +01:00
parent d1fe0b7cb3
commit 7bf5d36b8e
3 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"

View file

@ -1030,7 +1030,6 @@ maModel_t *MA_Load( const char *fileName ) {
}
ma = NULL;
}
fileSystem->FreeFile( buf );
return ma;