[16:26:47] <Dominus> wjp, with set_book in ucinternal.cc I ran into a slight problem. set__book is set to 0 in int Usecode_internal::call_usecode in ucinternal.cc and thus I couldn't just set the gamepad to show in the set_book function
[16:27:05] <Dominus> I can work around that I guess or just don't care about books and scrolls.
[16:27:46] <Dominus> I just wondered why that is called everytime...
[16:28:35] <Dominus> but that code is ancient...
[16:31:15] <wjp> ignore situations where it goes from 0 to 0?
[16:42:54] <Dominus> That could work
[16:43:25] <Dominus> (Commenting the set_book(0); part does have fun effects ;))