mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 15:31:59 +00:00
SCI: Remove outdated comment
This commit is contained in:
parent
175e8e00fa
commit
c60394eb3f
@ -747,8 +747,6 @@ reg_t kString(EngineState *s, int argc, reg_t *argv) {
|
|||||||
case 8: { // Dup
|
case 8: { // Dup
|
||||||
reg_t stringHandle;
|
reg_t stringHandle;
|
||||||
|
|
||||||
// We allocate the new string first because if the StringTable needs to
|
|
||||||
// grow, our rawString pointer will be invalidated
|
|
||||||
SciString *dupString = s->_segMan->allocateString(&stringHandle);
|
SciString *dupString = s->_segMan->allocateString(&stringHandle);
|
||||||
|
|
||||||
if (argv[1].segment == s->_segMan->getStringSegmentId()) {
|
if (argv[1].segment == s->_segMan->getStringSegmentId()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user