(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode the values for that enum.
This commit is contained in:
@@ -39,7 +39,7 @@ enum glwp_modes {
|
||||
GLWP_END
|
||||
};
|
||||
|
||||
extern void SwitchMode(int new_mode);
|
||||
extern void SwitchToMode(SwitchMode new_mode);
|
||||
extern void MakeNewgameSettingsLive();
|
||||
|
||||
static inline void SetNewLandscapeType(byte landscape)
|
||||
|
Reference in New Issue
Block a user