Skip to content

Update AnimatedObject.java#11

Merged
lanceewing merged 1 commit intolanceewing:mainfrom
russdanner:main
Aug 23, 2025
Merged

Update AnimatedObject.java#11
lanceewing merged 1 commit intolanceewing:mainfrom
russdanner:main

Conversation

@russdanner
Copy link
Contributor

A game script can set values that are out of bounds. If unchecked, this causes an IndexOutOfBounds runtime exception that halts the interpreter.

Example occurrence: Enter the bar in Space Quest 0

This patch ignores invalid input.

A game script can set values that are out of bounds. If unchecked, this causes an `IndexOutOfBounds` runtime exception that halts the interpreter.

Example occurrence: Enter the bar in Space Quest 0

This patch ignores invalid input.
Copy link
Owner

@lanceewing lanceewing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix.

@lanceewing lanceewing merged commit 81c42ba into lanceewing:main Aug 23, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants