#8588 closed patch
Enable the command line --debugflags before engine.init()
| Reported by: | jvprat | Owned by: | sev- |
|---|---|---|---|
| Priority: | normal | Component: | --Other-- |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
As described in the wiki HOWTO-Engines, the engine specific debug levels should be added in the engine constructor. Then, one would expect to be able to use them in the init function, but they only work if you call enableSpecialDebugLevel and not when enabling them via the command line. The attached patch enables the command line debug flags before calling the init() function.
Ticket imported from: #1595319. Ticket imported from: patches/693.
Attachments (1)
Change History (4)
by , 20 years ago
| Attachment: | enabledebug.patch added |
|---|
comment:2 by , 20 years ago
| Owner: | set to |
|---|---|
| Status: | new → closed |
comment:3 by , 8 years ago
| Component: | → --Other-- |
|---|
Note:
See TracTickets
for help on using tickets.

Enable the command line --debugflags before engine.init()