mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 10:22:52 +01:00
Fix missing space in RW_UNIMPLEMENTED macro
This commit is contained in:
parent
d1cbdaff94
commit
7394622489
@ -19,6 +19,6 @@
|
||||
(void) var
|
||||
|
||||
#define RW_UNIMPLEMENTED(msg) \
|
||||
RW_MESSAGE("Unimplemented" << msg)
|
||||
RW_MESSAGE("Unimplemented: " << msg)
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user