mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
and more V8. Now we again hit the charset limit, but this time caused by the script itself :-)
svn-id: r6077
This commit is contained in:
@@ -1063,17 +1063,6 @@ int Scumm::getArrayId()
|
||||
return -1;
|
||||
}
|
||||
|
||||
void Scumm::arrayop_1(int a, byte *ptr)
|
||||
{
|
||||
ArrayHeader *ah;
|
||||
int r;
|
||||
int len = getStringLen(ptr);
|
||||
|
||||
r = defineArray(a, 4, 0, len);
|
||||
ah = (ArrayHeader *)getResourceAddress(rtString, r);
|
||||
copyString(ah->data, ptr, len);
|
||||
}
|
||||
|
||||
void Scumm::copyString(byte *dst, byte *src, int len)
|
||||
{
|
||||
if (!src) {
|
||||
|
||||
Reference in New Issue
Block a user