TOOL+HUGO: Misc modifications
- Fix H1 Dos bug (animations not showing in Hall and after) - Get rid of _textSchedule and everything related H1 Dos shoud now be completable (not tested yet) svn-id: r54218
This commit is contained in:
parent
103ac9c566
commit
fd82c3783d
10 changed files with 11 additions and 71 deletions
|
@ -50,7 +50,6 @@
|
|||
#include "staticintro.h"
|
||||
#include "staticmouse.h"
|
||||
#include "staticparser.h"
|
||||
#include "staticschedule.h"
|
||||
#include "staticutil.h"
|
||||
#include "staticfont.h"
|
||||
|
||||
|
@ -365,9 +364,6 @@ int main(int argc, char *argv[]) {
|
|||
// Write textParser
|
||||
writeTextArray(outFile, textParser, NUM_PARSER_TEXT);
|
||||
|
||||
// Write textSchedule
|
||||
writeTextArray(outFile, textSchedule, NUM_SCHEDULE_TEXT);
|
||||
|
||||
// Write textUtil
|
||||
writeTextArray(outFile, textUtil_v1w, NUM_UTIL_TEXT);
|
||||
writeTextArray(outFile, textUtil_v1w, NUM_UTIL_TEXT);
|
||||
|
@ -816,7 +812,7 @@ int main(int argc, char *argv[]) {
|
|||
writeUint16BE(outFile, LASTOBJ_1w);
|
||||
writeUint16BE(outFile, LASTOBJ_2w);
|
||||
writeUint16BE(outFile, LASTOBJ_3w);
|
||||
writeUint16BE(outFile, NUM_PICS_1d); //(not set in original, as Hugo1 DOS doesn't use a DAT file to pack the screens)
|
||||
writeUint16BE(outFile, LASTOBJ_1d); //(not set in original, as Hugo1 DOS doesn't use a DAT file to pack the screens)
|
||||
writeUint16BE(outFile, LASTOBJ_2d);
|
||||
writeUint16BE(outFile, LASTOBJ_3d);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue