Mercurial > mm7
diff mm7_data.cpp @ 2425:d922225a6081
Hot key for mm7 main menu
author | Ritor1 |
---|---|
date | Wed, 23 Jul 2014 16:06:17 +0600 |
parents | f4af3b203f65 |
children | b054ea5daf45 |
line wrap: on
line diff
--- a/mm7_data.cpp Tue Jul 22 23:07:24 2014 +0200 +++ b/mm7_data.cpp Wed Jul 23 16:06:17 2014 +0600 @@ -308,8 +308,8 @@ // Data declarations int game_starting_year = 0; -int game_viewport_width; -int game_viewport_height; +unsigned int game_viewport_width; +unsigned int game_viewport_height; int game_viewport_x; int game_viewport_y; int game_viewport_z;