Randomization and y fixes
This commit is contained in:
parent
2895308807
commit
62400c81db
2 changed files with 6 additions and 3 deletions
|
@ -230,8 +230,8 @@ func (p *Pointer) eval(c int, f *field.Field) (done bool, returnValue *int) {
|
|||
// 15
|
||||
p.ss.head.Push(((now.Year() - 1900) * 256 * 256) + (int(now.Month()) * 256) + now.Day())
|
||||
// 14
|
||||
p.ss.head.Push(lx + x)
|
||||
p.ss.head.Push(ly + y)
|
||||
p.ss.head.Push(lx + x + 1)
|
||||
p.ss.head.Push(ly + y + 1)
|
||||
// 13
|
||||
p.ss.head.Push(x)
|
||||
p.ss.head.Push(y)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue