(svn r10755) -Codechange: make the town struct use the pool item class as super class.
This commit is contained in:
@@ -278,7 +278,7 @@ static void TownViewWndProc(Window *w, WindowEvent *e)
|
||||
break;
|
||||
|
||||
case 10: /* delete town */
|
||||
DeleteTown(t);
|
||||
delete t;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user