Mover.cpp this area..
Quote:
#else switch( nAbilityOption )
{
case 3: dwSfx = XI_GEN_ITEM_SETITEM03; break; // blue
case 4: dwSfx = XI_GEN_ITEM_SETITEM04; break; // blue
case 5: dwSfx = XI_GEN_ITEM_SETITEM05; break; // yellow
case 6: dwSfx = XI_GEN_ITEM_SETITEM06; break; // yellow
case 7: dwSfx = XI_GEN_ITEM_SETITEM07; break; // red
case 8: dwSfx = XI_GEN_ITEM_SETITEM08; break; // red
case 9: dwSfx = XI_GEN_ITEM_SETITEM09; break; // lila
case 10: dwSfx = XI_GEN_ITEM_SETITEM10; break; // lila
}
#endif
Compiling Source:
Quote:
\Source\Virtuos_v17\Build\Program\_Common\Mover.cp p(4855) : error C2043: illegal break
\Source\Virtuos_v17\Build\Program\_Common\Mover.cp p(4856) : error C2046: illegal case
\Source\Virtuos_v17\Build\Program\_Common\Mover.cp p(4856) : error C2043: illegal break
\Source\Virtuos_v17\Build\Program\_Common\Mover.cp p(4857) : error C2046: illegal case
\Source\Virtuos_v17\Build\Program\_Common\Mover.cp p(4857) : error C2043: illegal break
\Source\Virtuos_v17\Build\Program\_Common\Mover.cp p(4858) : error C2046: illegal case
\Source\Virtuos_v17\Build\Program\_Common\Mover.cp p(4858) : error C2043: illegal break







