mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
Silence GCC warning.
svn-id: r36122
This commit is contained in:
parent
8315753dda
commit
b866cf5d22
@ -383,7 +383,7 @@ char *ListEntry(int i, letype which) {
|
||||
}
|
||||
|
||||
static void DoSync(Serializer &s) {
|
||||
int sg;
|
||||
int sg = 0;
|
||||
|
||||
if (TinselV2) {
|
||||
if (s.isSaving())
|
||||
|
Loading…
Reference in New Issue
Block a user