diff options
| author | Eugene Sandulenko | 2014-05-26 20:10:45 +0300 | 
|---|---|---|
| committer | Eugene Sandulenko | 2014-05-26 20:10:45 +0300 | 
| commit | 5cc424fe778a6c677c5b816a8517fb8817a97b62 (patch) | |
| tree | de7c57108ea14bcd0bd46e669fa476b8cb3ed4d9 | |
| parent | 6f8517a2770b6c20496cb70460a8ddfc9964b8f3 (diff) | |
| download | scummvm-rg350-5cc424fe778a6c677c5b816a8517fb8817a97b62.tar.gz scummvm-rg350-5cc424fe778a6c677c5b816a8517fb8817a97b62.tar.bz2 scummvm-rg350-5cc424fe778a6c677c5b816a8517fb8817a97b62.zip  | |
FULLPIPE: Fix warning
| -rw-r--r-- | engines/fullpipe/motion.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp index ad024ca16f..8ddd3f778a 100644 --- a/engines/fullpipe/motion.cpp +++ b/engines/fullpipe/motion.cpp @@ -1018,7 +1018,7 @@ MessageQueue *MovGraph::method50(StaticANIObject *ani, MovArr *movarr, int stati  	if (_items.size() == 0)  		return 0; -	int idx; +	uint idx;  	int movidx;  	bool done = false;  | 
