aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-01-13 18:00:47 +0000
committerTorbjörn Andersson2005-01-13 18:00:47 +0000
commite97c689f8bcbc925c02196b0596e9749a2533e88 (patch)
treef2fa627bb1a7c2f64cbca0c2d3284f844bf3be7f /saga
parent05662db4dc9ee29bc9c526f34bb6796275b1e63c (diff)
downloadscummvm-rg350-e97c689f8bcbc925c02196b0596e9749a2533e88.tar.gz
scummvm-rg350-e97c689f8bcbc925c02196b0596e9749a2533e88.tar.bz2
scummvm-rg350-e97c689f8bcbc925c02196b0596e9749a2533e88.zip
Removed unused stuff.
svn-id: r16553
Diffstat (limited to 'saga')
-rw-r--r--saga/saga.h2
-rw-r--r--saga/scene.h7
2 files changed, 1 insertions, 8 deletions
diff --git a/saga/saga.h b/saga/saga.h
index e32527239a..d50a4b7de8 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -33,6 +33,7 @@
#include "common/stream.h"
#include "common/rect.h"
+// TODO: These shouldn't be here!
#include <limits.h>
#include <stddef.h>
@@ -69,7 +70,6 @@ class PalAnim;
#define SAGA_IMAGE_DATA_OFFSET 776
#define SAGA_IMAGE_HEADER_LEN 8
-#define PBOUNDS(n,max) (((n)>=(0))&&((n)<(max)))
#define MAXPATH 512
#define IS_BIG_ENDIAN ((_vm->getFeatures() & GF_BIG_ENDIAN_DATA) != 0)
diff --git a/saga/scene.h b/saga/scene.h
index 5d98a4fff4..5a26158ec9 100644
--- a/saga/scene.h
+++ b/saga/scene.h
@@ -189,19 +189,12 @@ struct INTRO_DIALOGUE {
char i_str[INTRO_STRMAX];
};
-struct INTRO_CAPTION {
- int res_n;
- char *caption;
-};
-
struct INTRO_CREDIT {
int game;
- // int lang; // TODO
int type;
const char *string;
};
-
enum SceneFlags {
kSceneFlagISO = 1,
kSceneFlagShowCursor = 2