Port of the programmable signals patch to recent trunk
Also add some additional changes from the SpringPP patch, and make some other minor changes/fixes.
This commit is contained in:

committed by
Jonathan G Rennison

parent
0b09a7ac61
commit
fc0efe599e
@@ -170,6 +170,9 @@ static void LoadSpriteTables()
|
||||
_palette_remap_grf[i] = (PAL_DOS != used_set->palette);
|
||||
LoadGrfFile(used_set->files[GFT_BASE].filename, 0, i++);
|
||||
|
||||
/* Progsignal sprites. */
|
||||
LoadGrfFile("progsignals.grf", SPR_PROGSIGNAL_BASE, i++);
|
||||
|
||||
/*
|
||||
* The second basic file always starts at the given location and does
|
||||
* contain a different amount of sprites depending on the "type"; DOS
|
||||
|
Reference in New Issue
Block a user