forked from github/server
eliminate data_version variables, issue #479
This commit is contained in:
parent
83ea1077a3
commit
360776f8b9
|
@ -138,7 +138,6 @@ struct param;
|
|||
struct attrib *attribs;
|
||||
unsigned int data_turn;
|
||||
void *vm_state;
|
||||
int data_version; /* TODO: eliminate in favor of gamedata.version */
|
||||
struct _dictionary_ *inifile;
|
||||
struct global_functions {
|
||||
int(*wage) (const struct region * r, const struct faction * f,
|
||||
|
|
|
@ -38,8 +38,6 @@ extern "C" {
|
|||
/* Nach MAX_INPUT_SIZE brechen wir das Einlesen der Zeile ab und nehmen an,
|
||||
* dass hier ein Fehler (fehlende ") vorliegt */
|
||||
|
||||
extern int data_version;
|
||||
|
||||
// TODO: is this *really* still in use?
|
||||
extern int enc_gamedata;
|
||||
|
||||
|
|
Loading…
Reference in New Issue