Max Horn cdfd5f85c8 ENGINES: Silence clang warning about unused private member _vm
This affects the Console / debugger classes of multiple engines.
An alternative solution would have been to remove the unused _vm
member vars. However, it seems likely that in the future, the _vm
member could be useful for methods added to the console. So instead,
we add a simple assert(_vm) to silence the clang warning.
2013-04-18 23:50:19 +02:00
..
2011-09-08 19:59:36 +02:00
2011-11-02 23:08:23 +00:00
2011-05-25 11:17:11 -04:00
2011-12-08 03:31:29 +00:00