mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &'
svn-id: r39429
This commit is contained in:
@@ -542,7 +542,7 @@ static int show_node(EngineState *s, reg_t addr) {
|
||||
|
||||
int objinfo(EngineState *s, reg_t pos);
|
||||
|
||||
void song_lib_dump(songlib_t songlib, int line);
|
||||
void song_lib_dump(const songlib_t &songlib, int line);
|
||||
|
||||
static int c_songlib_print(EngineState *s) {
|
||||
song_lib_dump(s->sound.songlib, __LINE__);
|
||||
|
||||
Reference in New Issue
Block a user