- updated most of the editor screens to the high resolution. Editor should now work with high resolution.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@600 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2006-10-12 10:26:25 +00:00
parent 02f666c2d8
commit 10817d380e
28 changed files with 773 additions and 696 deletions
-3
View File
@@ -5028,9 +5028,6 @@ BOOLEAN CreateItems( UINT16 usItem, INT8 bStatus, UINT8 ubNumber, OBJECTTYPE * p
BOOLEAN fOk;
UINT8 ubLoop;
// can't create any more than this, the loop for setting the bStatus[] of others will overwrite memory!
Assert( ubNumber <= MAX_OBJECTS_PER_SLOT );
// ARM: to avoid whacking memory once Assertions are removed... Items will be lost in this situation!
if ( ubNumber > MAX_OBJECTS_PER_SLOT )
{