(fixed) Holding compass to inventory eye crashes

This forum is for the Lua scriptable clone of DM/CSB called Dungeon Strikes Back by Sophia. Use DSB to build your own highly customised games.

Moderator: Sophia

Forum rules
Please read the Forum rules and policies before posting. You may Image to help finance the hosting costs of this forum.
Post Reply
User avatar
Gambit37
Should eat more pies
Posts: 13771
Joined: Wed May 31, 2000 1:57 pm
Location: Location, Location
Contact:

(fixed) Holding compass to inventory eye crashes

Post by Gambit37 »

The new code for handling objects pressed on a character's inventory eye has a bug with the compass (v0.74)

Code: Select all

FATAL LUA ERROR: Lua Function sys_render_object: base/render.lua:662: attempt to index global 'io' (a nil value)
It's just a tiny typo: "io" should be "iio".
Post Reply