removed mouse_err.c and move its contents (one line) elsewhere.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2809 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
Changes towards version 0.7:
|
Changes towards version 0.7:
|
||||||
|
- Removed mouse_err.c since DoPopupWindow() is used now - SvdB
|
||||||
- (debugging) Fixed instant-move towards the current location - SvdB
|
- (debugging) Fixed instant-move towards the current location - SvdB
|
||||||
- Fixed wrong Sa-Matra guards icons after Kohr-Ah win (bug #1001) - Alex
|
- Fixed wrong Sa-Matra guards icons after Kohr-Ah win (bug #1001) - Alex
|
||||||
- Internal ship structures and queues refactoring and cleanup - Alex
|
- Internal ship structures and queues refactoring and cleanup - Alex
|
||||||
|
|||||||
@@ -4144,10 +4144,6 @@ SOURCE=..\sc2code\misc.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\sc2code\mouse_err.c
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=..\sc2code\nameref.h
|
SOURCE=..\sc2code\nameref.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
uqm_SUBDIRS="comm libs planets ships"
|
uqm_SUBDIRS="comm libs planets ships"
|
||||||
uqm_CFILES="battle.c border.c build.c cleanup.c clock.c cnctdlg.c collide.c
|
uqm_CFILES="battle.c border.c build.c cleanup.c clock.c cnctdlg.c collide.c
|
||||||
comm.c commanim.c commglue.c confirm.c credits.c cyborg.c
|
comm.c commanim.c commglue.c confirm.c credits.c cyborg.c
|
||||||
demo.c displist.c dummy.c encount.c flash.c fmv.c galaxy.c gameev.c
|
demo.c displist.c dummy.c encount.c flash.c fmv.c galaxy.c gameev.c
|
||||||
gameinp.c gameopt.c gendef.c getchar.c globdata.c gravity.c
|
gameinp.c gameopt.c gendef.c getchar.c globdata.c gravity.c
|
||||||
gravwell.c grpinfo.c hyper.c init.c intel.c intro.c ipdisp.c
|
gravwell.c grpinfo.c hyper.c init.c intel.c intro.c ipdisp.c
|
||||||
load.c loadship.c master.c melee.c menu.c misc.c mouse_err.c
|
load.c loadship.c master.c melee.c menu.c misc.c
|
||||||
oscill.c outfit.c pickmele.c pickship.c plandata.c process.c
|
oscill.c outfit.c pickmele.c pickship.c plandata.c process.c
|
||||||
restart.c save.c settings.c setup.c setupmenu.c ship.c
|
restart.c save.c settings.c setup.c setupmenu.c ship.c
|
||||||
shipstat.c shipyard.c sis.c sounds.c starbase.c starcon.c
|
shipstat.c shipyard.c sis.c sounds.c starbase.c starcon.c
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
#include "credits.h"
|
#include "credits.h"
|
||||||
#include "encount.h"
|
#include "encount.h"
|
||||||
#include "fmv.h"
|
#include "fmv.h"
|
||||||
|
#include "gamestr.h"
|
||||||
#include "globdata.h"
|
#include "globdata.h"
|
||||||
#include "intel.h"
|
#include "intel.h"
|
||||||
#include "melee.h"
|
#include "melee.h"
|
||||||
@@ -238,7 +239,8 @@ else if (InputState & DEVICE_EXIT) return (FALSE);
|
|||||||
LockMutex (GraphicsLock);
|
LockMutex (GraphicsLock);
|
||||||
SetFlashRect (NULL, (FRAME)0);
|
SetFlashRect (NULL, (FRAME)0);
|
||||||
UnlockMutex (GraphicsLock);
|
UnlockMutex (GraphicsLock);
|
||||||
MouseError ();
|
DoPopupWindow (GAME_STRING (MAINMENU_STRING_BASE + 56));
|
||||||
|
// Mouse not supported message
|
||||||
SetMenuSounds (MENU_SOUND_UP | MENU_SOUND_DOWN, MENU_SOUND_SELECT);
|
SetMenuSounds (MENU_SOUND_UP | MENU_SOUND_DOWN, MENU_SOUND_SELECT);
|
||||||
SetTransitionSource (NULL);
|
SetTransitionSource (NULL);
|
||||||
BatchGraphics ();
|
BatchGraphics ();
|
||||||
|
|||||||
@@ -25,7 +25,5 @@ extern void DrawStarConBox (RECT *pRect, SIZE BorderWidth,
|
|||||||
COLOR InteriorColor);
|
COLOR InteriorColor);
|
||||||
extern DWORD SeedRandomNumbers (void);
|
extern DWORD SeedRandomNumbers (void);
|
||||||
|
|
||||||
extern void MouseError (void);
|
|
||||||
|
|
||||||
#endif /* _UTIL_H */
|
#endif /* _UTIL_H */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user