mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
- 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:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user