forked from github/server
kleine bugfixes, damit es kompiliert
This commit is contained in:
parent
0600da453b
commit
3a3953b98f
|
@ -1,5 +1,6 @@
|
|||
#include <items/lmsreward.h>
|
||||
#include <items/demonseye.h>
|
||||
#include "lmsreward.h"
|
||||
#include "demonseye.h"
|
||||
#include "weapons.h"
|
||||
|
||||
void
|
||||
init_items(void)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* vi: set ts=2:
|
||||
*
|
||||
* $Id: lmsreward.c,v 1.1 2001/02/02 08:40:45 enno Exp $
|
||||
* $Id: lmsreward.c,v 1.2 2001/02/02 08:58:26 enno Exp $
|
||||
* Eressea PB(E)M host Copyright (C) 1998-2000
|
||||
* Christian Schlittchen (corwin@amber.kn-bremen.de)
|
||||
* Katja Zedel (katze@felidae.kn-bremen.de)
|
||||
|
@ -25,6 +25,7 @@
|
|||
/* libc includes */
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
static int
|
||||
info_lmsstory(const void* vp, int i, curse * c, int i2)
|
||||
|
|
Loading…
Reference in New Issue