View Single Post
Old 07-10-2008, 02:30 PM   #4 (permalink)
delayedinsanity
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

Well, that makes me feel slightly better. I need the pointer to be staticly set before the instance of the module is created anyways, due to the fact that the modules constructors also handle the display controller, and if I try to create the object, then set the property, I'd need to go back through every module and remove the display from the construct and create a seperate method, then call that method from the... anyways, turns out it works better with the property being static anyways, though this shall be helpful for the future.
-m
delayedinsanity is offline  
Reply With Quote