[18:09:22] Dominus: Marzo, I'm terribly rusty again. Can you tell me what I'm doing wrong with this bool is_finger that I added? It' supposed to be set in exult.cc mousemotion event and then applied to toggling the cursor in mouse.cc. https://pastebin.com/bMRECNHJ
[18:10:01] Dominus: my general coding problem, I have no clue and once I figured out how stuff works I forgot the next time I need it :)
[18:13:07] Marzo: The variable is declared, but never defined
[18:14:19] Marzo: Look for the line with "bool Mouse::mouse_update = " (I think in mouse.cc) and add a similar one for is_finger
[18:19:59] Dominus: k
[18:49:24] Dominus: that works but it doesn't do what I want :) will need to experiment further :)
[20:47:09] Dominus: hmm, Marzo, we might have somehow screwed up the killing of LB via the throne room sign... the sign falls, iolo says he's dead but he isn't
[20:53:13] Dominus: or only on my ipad... odd. will need to investigate further...