mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
fix vs2010 warning, nw
This commit is contained in:
parent
b8290fdeab
commit
6b4b3eda51
@ -639,7 +639,7 @@ struct namcos22_scenenode *namcos22_renderer::new_scenenode(running_machine &mac
|
||||
{
|
||||
struct namcos22_scenenode *node = &m_scenenode_root;
|
||||
struct namcos22_scenenode *prev = NULL;
|
||||
int hash;
|
||||
int hash = 0;
|
||||
|
||||
for (int i = 0; i < 24; i += NAMCOS22_RADIX_BITS)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user