aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-05-01 09:36:02 +0000
committerTorbjörn Andersson2004-05-01 09:36:02 +0000
commit5f5e6e42798a1e55be6c82a97c5caced8567de9d (patch)
treee91e192607a4337f9d8b3c44888fed457e110bd3 /saga
parent1d649b1c06660fd820c08b5cd2c90cfceedfb8fc (diff)
downloadscummvm-rg350-5f5e6e42798a1e55be6c82a97c5caced8567de9d.tar.gz
scummvm-rg350-5f5e6e42798a1e55be6c82a97c5caced8567de9d.tar.bz2
scummvm-rg350-5f5e6e42798a1e55be6c82a97c5caced8567de9d.zip
Fixed warning. The R_GAMEDESC for the disk version of ITE didn't initialise
the gd_suppoerted flag, so I set it to 0. svn-id: r13699
Diffstat (limited to 'saga')
-rw-r--r--saga/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/game.cpp b/saga/game.cpp
index b6e010b2c3..666c39aba4 100644
--- a/saga/game.cpp
+++ b/saga/game.cpp
@@ -180,6 +180,7 @@ R_GAMEDESC GameDescs[] = {
ITEDISK_GameFonts,
&ITE_GameSound,
Verify_ITEDISK,
+ 0
},
// Inherit the earth - CD version