mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- a few dialogue box button texts can now be easily changed
- Fix: improved bomb defusal git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5795 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -4229,6 +4229,10 @@ void SetOffBombsByFrequency( UINT8 ubID, INT8 bFrequency )
|
||||
// set back ubWireNetworkFlag and bDefuseFrequency, but not the direction... bomb is still aimed, it is just turned off
|
||||
(*pObj)[0]->data.ubWireNetworkFlag = 0;
|
||||
(*pObj)[0]->data.bDefuseFrequency = 0;
|
||||
(*pObj)[0]->data.misc.bDelay = 0;
|
||||
(*pObj)[0]->data.misc.bFrequency = 0;
|
||||
(*pObj)[0]->data.misc.ubBombOwner = NOBODY;
|
||||
(*pObj)[0]->data.misc.bDetonatorType = 0;
|
||||
|
||||
//create a new item: copy the old item
|
||||
OBJECTTYPE newbombitem( *pObj );
|
||||
|
||||
Reference in New Issue
Block a user