1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/games/shootingstar/files/patch-src-game-cMainMenu.cpp
Dmitry Marakasov 3855759fd5 - Support staging
- Convert USE_GMAKE to USES
- Fix segfault
- Rename patches according to porter's handbook
2013-10-19 02:58:40 +00:00

12 lines
298 B
C++

--- src/game/cMainMenu.cpp.orig 2004-02-21 15:48:50.000000000 +0300
+++ src/game/cMainMenu.cpp 2013-10-19 04:20:28.484773573 +0400
@@ -399,7 +399,7 @@
string &text = mDemoStrings[mCurrentString];
- static unsigned int i = 0;
+ static int i = 0;
if ( mLastLetter + 100 < now )
{
i++;