mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-26 11:12:51 -04:00
hopefully this fixes some more...
This commit is contained in:
@@ -114,7 +114,6 @@ CityObject::~CityObject()
|
||||
Controller* CityObject::createDefaultController()
|
||||
{
|
||||
Controller* controller = new CityController(this);
|
||||
NOT_NULL(controller);
|
||||
|
||||
setController(controller);
|
||||
return controller;
|
||||
|
||||
Reference in New Issue
Block a user