mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-25 02:41:22 +00:00
Merge pull request #74 from mrwonko/CompileFix12.06
Fixed radiant not compiling after qboolean "wonkyness" decrease
This commit is contained in:
commit
2a1dd1be8d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ typedef void ( *PFN_UNDOADDENTITY )( entity_t *entity );
|
|||
//end an entity after the operation is performed
|
||||
typedef void ( *PFN_UNDOENDENTITY )( entity_t *entity );
|
||||
//undo last operation (bSilent == true -> will not print the "undone blah blah message")
|
||||
typedef void ( *PFN_UNDO )( unsigned char bSilent );
|
||||
typedef void ( *PFN_UNDO )( qboolean bSilent );
|
||||
//redo last undone operation
|
||||
typedef void ( *PFN_REDO )( void );
|
||||
//get the undo Id of the next undo (0 if none available)
|
||||
|
|
Loading…
Reference in a new issue