Mercurial > mm7
comparison 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 |
comparison
equal
deleted
inserted
replaced
2423:1b6bf88f561b | 2425:d922225a6081 |
---|---|
306 | 306 |
307 //------------------------------------------------------------------------- | 307 //------------------------------------------------------------------------- |
308 // Data declarations | 308 // Data declarations |
309 | 309 |
310 int game_starting_year = 0; | 310 int game_starting_year = 0; |
311 int game_viewport_width; | 311 unsigned int game_viewport_width; |
312 int game_viewport_height; | 312 unsigned int game_viewport_height; |
313 int game_viewport_x; | 313 int game_viewport_x; |
314 int game_viewport_y; | 314 int game_viewport_y; |
315 int game_viewport_z; | 315 int game_viewport_z; |
316 int game_viewport_w; | 316 int game_viewport_w; |
317 | 317 |