mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
server might build now
This commit is contained in:
parent
64b5975732
commit
364c961200
2 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
#include "mineral.h"
|
||||
|
||||
#ifndef SERVER
|
||||
|
||||
const char *mineral_filenames[MINERAL_COUNT] =
|
||||
{
|
||||
NULL,
|
||||
|
@ -46,4 +48,6 @@ textureid_t mineral_block_texture(u8 mineral)
|
|||
return mineral_textures[mineral];
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue