ken-noland / OpenXcom

Open-source clone of the original X-Com
http://openxcom.org
GNU General Public License v3.0
0 stars 0 forks source link

Timer expects the class to be derived from Surface, which Window isn't anymore #5

Open ken-noland opened 3 weeks ago

ken-noland commented 3 weeks ago

need this to get the callback running within Timer in order to fix Window

ken-noland commented 3 weeks ago

I've got a temporary solution in there for now, but I'm going to keep this bug open because I really want to split the timer into two groups; one for "surface" and another for "state". Surface just runs on the game tick, but the state is slightly different.