mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
Added window around windowed JA2
Replaced Windows console with freeware console implementation. Activate in windowed mode with \ Added error and quit if JA2 started in window mode in >16bpp color depth Fix to enemy sector investigation: Was deducting from redshirts when elites investigated Fix AWOL militia (need additional fix to prevent them from being redistributed during after reinforcements) Fix to tanks to add them in their original spot when a new one cannot be found. Should modify to remove old wreckage in this case. AI no longer tries to fire mortar when no room for it Tanks no longer try to throw knives git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@1030 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+7
-2
@@ -3,6 +3,7 @@
|
||||
// Used by ja2.rc
|
||||
//
|
||||
#define IDI_ICON1 113
|
||||
#define IDI_ICON2 115
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
@@ -16,8 +17,12 @@
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
#define ID_ABOUT 116
|
||||
#define IDD_ABOUT 117
|
||||
#define ID_COPY 118
|
||||
#define ID_PASTE 119
|
||||
#define ID_EXIT_CONSOLE 120
|
||||
#define IDR_POPUP_MENU 130
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user