aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/util
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/util')
-rwxr-xr-xengines/sword25/util/glsprites/glsprites.h2
-rwxr-xr-xengines/sword25/util/pluto/pdep/lua.h2
-rwxr-xr-xengines/sword25/util/pluto/pluto.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/engines/sword25/util/glsprites/glsprites.h b/engines/sword25/util/glsprites/glsprites.h
index 28b00a7fe6..bd678b7d76 100755
--- a/engines/sword25/util/glsprites/glsprites.h
+++ b/engines/sword25/util/glsprites/glsprites.h
@@ -50,7 +50,7 @@ typedef enum
GLS_OPENGL_ERROR,
GLS_INVALID_DATA_DIMENSIONS,
GLS_INVALID_DATA_POINTER,
- GLS_INVALID_SUB_IMAGE,
+ GLS_INVALID_SUB_IMAGE
} GLS_Result;
/* GLS_Rect */
diff --git a/engines/sword25/util/pluto/pdep/lua.h b/engines/sword25/util/pluto/pdep/lua.h
index 5bc97b746f..0f3f28fce5 100755
--- a/engines/sword25/util/pluto/pdep/lua.h
+++ b/engines/sword25/util/pluto/pdep/lua.h
@@ -13,7 +13,7 @@
#include <stddef.h>
-#include "luaconf.h"
+#include "sword25/util/lua/luaconf.h"
#define LUA_VERSION "Lua 5.1"
diff --git a/engines/sword25/util/pluto/pluto.c b/engines/sword25/util/pluto/pluto.c
index 8abf3293b2..61eb40e984 100755
--- a/engines/sword25/util/pluto/pluto.c
+++ b/engines/sword25/util/pluto/pluto.c
@@ -16,7 +16,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include "lua.h"
+#include "sword25/util/lua/lua.h"
#include "pluto.h"
#define USE_PDEP