mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
Fixed compilation
svn-id: r49242
This commit is contained in:
parent
bfaba64c6a
commit
af8a82aa13
@ -501,7 +501,7 @@ public:
|
||||
/**
|
||||
* Finds the pointer where a block of a specific type starts from
|
||||
*/
|
||||
byte *Script::findBlock(int type);
|
||||
byte *findBlock(int type);
|
||||
|
||||
private:
|
||||
void setScriptSize(int script_nr, ResourceManager *resMan);
|
||||
|
Loading…
x
Reference in New Issue
Block a user