Commit 7619985 1 parent d07ba42 commit 7619985 Copy full SHA for 7619985
File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -670,8 +670,8 @@ void idEditEntities::DisplayEntities( void ) {
670
670
===============================================================================
671
671
*/
672
672
673
- idGameEditExt gameEditLocal;
674
- idGameEdit * gameEdit = &gameEditLocal;
673
+ idGameEditExt gameEditLocal;
674
+ idGameEditBase * gameEdit = &gameEditLocal;
675
675
676
676
677
677
/*
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ unsigned int com_msgID = -1;
126
126
127
127
#ifdef __DOOM_DLL__
128
128
idGame * game = NULL ;
129
- idGameEdit * gameEdit = NULL ;
129
+ idGameEditBase * gameEdit = NULL ;
130
130
#endif
131
131
132
132
// writes si_version to the config file - in a kinda obfuscated way
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ class idGameEdit : public idGameEditBase {
397
397
virtual void MapEntityTranslate ( const char *name, const idVec3 &v ) const ;
398
398
};
399
399
400
- extern idGameEdit * gameEdit;
400
+ extern idGameEditBase * gameEdit;
401
401
402
402
// In game script Debugging Support
403
403
class idGameEditExt : public idGameEdit {
@@ -467,7 +467,7 @@ typedef struct {
467
467
468
468
int version; // API version
469
469
idGame * game; // interface to run the game
470
- idGameEdit * gameEdit; // interface for in-game editing
470
+ idGameEditBase * gameEdit; // interface for in-game editing
471
471
472
472
} gameExport_t;
473
473
Original file line number Diff line number Diff line change @@ -670,8 +670,8 @@ void idEditEntities::DisplayEntities( void ) {
670
670
===============================================================================
671
671
*/
672
672
673
- idGameEditExt gameEditLocal;
674
- idGameEdit * gameEdit = &gameEditLocal;
673
+ idGameEditExt gameEditLocal;
674
+ idGameEditBase * gameEdit = &gameEditLocal;
675
675
676
676
677
677
/*
You can’t perform that action at this time.
0 commit comments