aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/preagi_winnie.h
diff options
context:
space:
mode:
authorMatthew Hoops2007-09-23 02:15:48 +0000
committerMatthew Hoops2007-09-23 02:15:48 +0000
commit352566ee646e3a6b9399bc928d4c10a4f5a8fcc8 (patch)
tree7cc1cb0ed25b7b666db59c2fffc8dff0ab83c80f /engines/agi/preagi_winnie.h
parentf45cf700d80e2bc4d1c9ad5c4dc3591959782e00 (diff)
downloadscummvm-rg350-352566ee646e3a6b9399bc928d4c10a4f5a8fcc8.tar.gz
scummvm-rg350-352566ee646e3a6b9399bc928d4c10a4f5a8fcc8.tar.bz2
scummvm-rg350-352566ee646e3a6b9399bc928d4c10a4f5a8fcc8.zip
allow Winnie C64 to start, although there are problems with the images (probably wrong offset) and logo.pic/intro.pic are not working, so the intro is skipped
svn-id: r29037
Diffstat (limited to 'engines/agi/preagi_winnie.h')
-rw-r--r--engines/agi/preagi_winnie.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/engines/agi/preagi_winnie.h b/engines/agi/preagi_winnie.h
index 60f8f5855f..31b539ed21 100644
--- a/engines/agi/preagi_winnie.h
+++ b/engines/agi/preagi_winnie.h
@@ -36,11 +36,13 @@ namespace Agi {
#define IDS_WTP_ROOM_DOS "rooms\\rm.%02d"
#define IDS_WTP_ROOM_AMIGA "room.%d"
+#define IDS_WTP_ROOM_C64 "room%02d"
#define IDS_WTP_OBJ_DOS "obj.%02d"
#define IDS_WTP_OBJ_AMIGA "object.%d"
-#define IDS_WTP_PATH_SND "snd.%02d"
+#define IDS_WTP_OBJ_C64 "object%02d"
+#define IDS_WTP_SND_DOS "snd.%02d"
#define IDS_WTP_SND_AMIGA "Sounds"
-#define IDS_WTP_PATH "%s"
+#define IDS_WTP_SND_C64 "sound.obj"
#define IDS_WTP_FILE_LOGO "logo"
#define IDS_WTP_FILE_TITLE "title"
@@ -84,9 +86,6 @@ namespace Agi {
// COMMODORE 64 version strings
-#define IDS_WTP_PATH_ROOM_C64 "%sroom%02d"
-#define IDS_WTP_PATH_OBJ_C64 "%sobject%02d"
-#define IDS_WTP_PATH_SND_C64 "%ssound.obj"
#define IDS_WTP_FILE_SAVEGAME_C64 "saved game"
#define IDS_WTP_DISK_ERROR_C64 "There is a problem with your disk drive.Please make sure your disk is in the drive correctly."
#define IDS_WTP_HELP_0_C64 "The <SPACE BAR> moves the pointer. Press <RETURN> when it is by the choice you want. <F1> brings back what you have already read."