GOB: Fix warning
This commit is contained in:
parent
effd02bdc1
commit
7d2d5e371d
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ char *Script::readString(int32 length) {
|
|||
}
|
||||
|
||||
byte Script::peekByte(int32 offset) {
|
||||
byte v;
|
||||
byte v = 0;
|
||||
|
||||
peek(&v, 1, offset);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue