[Change] Renamed misn_lua to llua_misn

This commit is contained in:
Allanis 2014-04-14 21:15:38 +01:00
parent a77acab723
commit 01f13c6ac3
6 changed files with 6 additions and 6 deletions

View File

@ -49,7 +49,7 @@
#include "economy.h"
#include "menu.h"
#include "mission.h"
#include "misn_lua.h"
#include "llua_misn.h"
#include "lfile.h"
#include "unidiff.h"
#include "nebulae.h"

View File

@ -25,7 +25,7 @@
#include "xml.h"
#include "music.h"
#include "unidiff.h"
#include "misn_lua.h"
#include "llua_misn.h"
/* Similar to lua vars, but with less variety. */
#define MISN_VAR_NIL 0

View File

@ -1,5 +1,5 @@
#pragma once
#include "misn_lua.h"
#include "llua_misn.h"
/* Availability by location. */
#define MIS_AVAIL_NONE 0

View File

@ -9,7 +9,7 @@
#include "llua.h"
#include "lluadef.h"
#include "misn_lua.h"
#include "llua_misn.h"
#include "lephisto.h"
#include "log.h"

View File

@ -23,7 +23,7 @@
#include "toolkit.h"
#include "dialogue.h"
#include "mission.h"
#include "misn_lua.h"
#include "llua_misn.h"
#include "ltime.h"
#include "hook.h"
#include "map.h"
@ -95,7 +95,7 @@ int hyperspace_target = -1; /**< Target hyperspace route. -1 is none
static unsigned int player_timer = 0; /**< For death and such. */
static Vec2 player_cam; /**< Again, for death etc. */
/* For interference. */
static int interference_layer = 5; /**< Layer of the current interference. */
static int interference_layer = 0; /**< Layer of the current interference. */
static double interference_alpha = 0.; /**< Alpha of the current interference layer. */
static double interference_t = 0.; /**< Interference timer to control transitions. */