comparison NPC.cpp @ 1459:2ca62c9e7b3c

Function names
author Nomad
date Wed, 21 Aug 2013 16:06:50 +0200
parents 934074e7fcc1
children 845907a747d3
comparison
equal deleted inserted replaced
1458:934074e7fcc1 1459:2ca62c9e7b3c
1338 goto _return; 1338 goto _return;
1339 } 1339 }
1340 /*switch ( pEventNumber ) 1340 /*switch ( pEventNumber )
1341 { 1341 {
1342 case 139: 1342 case 139:
1343 sub_4B1ECE(); 1343 OracleDialogue();
1344 goto _return; 1344 goto _return;
1345 case 311: 1345 case 311:
1346 sub_4BBA85_bounties(); 1346 sub_4BBA85_bounties();
1347 goto _return; 1347 goto _return;
1348 }*/ 1348 }*/
1350 { 1350 {
1351 if ( pEventNumber < 400 || pEventNumber > 410 ) 1351 if ( pEventNumber < 400 || pEventNumber > 410 )
1352 { 1352 {
1353 if ( pEventNumber == 139 ) 1353 if ( pEventNumber == 139 )
1354 { 1354 {
1355 sub_4B1ECE(); 1355 OracleDialogue();
1356 } 1356 }
1357 else 1357 else
1358 { 1358 {
1359 if ( pEventNumber == 311 ) 1359 if ( pEventNumber == 311 )
1360 { 1360 {