mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 02:17:05 +00:00
SCI: Janitorial - Fix spacing errors
This commit is contained in:
parent
1a7bcd72cf
commit
6795fdf639
File diff suppressed because it is too large
Load Diff
@ -718,7 +718,7 @@ reg_t kSave(EngineState *s, int argc, reg_t *argv) {
|
||||
|
||||
reg_t kSaveGame(EngineState *s, int argc, reg_t *argv) {
|
||||
Common::String game_id;
|
||||
int16 virtualId = argv[1].toSint16();
|
||||
int16 virtualId = argv[1].toSint16();
|
||||
int16 savegameId = -1;
|
||||
Common::String game_description;
|
||||
Common::String version;
|
||||
|
@ -465,7 +465,7 @@ void Script::syncStringHeap(Common::Serializer &s) {
|
||||
break;
|
||||
} while (1);
|
||||
|
||||
} else if (getSciVersion() >= SCI_VERSION_1_1 && getSciVersion() <= SCI_VERSION_2_1){
|
||||
} else if (getSciVersion() >= SCI_VERSION_1_1 && getSciVersion() <= SCI_VERSION_2_1){
|
||||
// Strings in SCI1.1 come after the object instances
|
||||
byte *buf = _heapStart + 4 + READ_SCI11ENDIAN_UINT16(_heapStart + 2) * 2;
|
||||
|
||||
|
@ -224,7 +224,7 @@ public:
|
||||
* Allocate a fresh chunk of the hunk
|
||||
* @param[in] size Number of bytes to allocate for the hunk entry
|
||||
* @param[in] hunk_type A descriptive string for the hunk entry, for
|
||||
* debugging purposes
|
||||
* debugging purposes
|
||||
* @return The offset of the freshly allocated hunk entry
|
||||
*/
|
||||
reg_t allocateHunkEntry(const char *hunk_type, int size);
|
||||
|
@ -498,7 +498,7 @@ protected:
|
||||
void readWaveAudioPatches();
|
||||
void processWavePatch(ResourceId resourceId, Common::String name);
|
||||
|
||||
/**
|
||||
/**
|
||||
* Applies to all versions before 0.000.395 (i.e. KQ4 old, XMAS 1988 and LSL2).
|
||||
* Old SCI versions used two word header for script blocks (first word equal
|
||||
* to 0x82, meaning of the second one unknown). New SCI versions used one
|
||||
|
Loading…
x
Reference in New Issue
Block a user