remove a lot of warnings (more todo in demos and serialization code)
This commit is contained in:
@@ -126,9 +126,13 @@ static int loadCurrentDemoEntry(const char* startFileName)
|
||||
{
|
||||
int result;
|
||||
result = fscanf(f,"%d",¤tEntry);
|
||||
if (result)
|
||||
{
|
||||
return currentEntry;
|
||||
}
|
||||
fclose(f);
|
||||
}
|
||||
return currentEntry;
|
||||
return 0;
|
||||
};
|
||||
|
||||
#endif//BULLET_DEMO_ENTRIES_H
|
||||
|
||||
Reference in New Issue
Block a user